diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-19 21:45:56 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-19 21:45:56 +0000 |
commit | 83459291350a9ea7330e4c64968f298a2ea8fb06 (patch) | |
tree | 82c27acb58bff2473ba59b36f9b9720f4194f78a /libxvmc | |
parent | ca4a817ae8bc9d807b7475f97d1fc98ad5e237c0 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/10/19 22:40:32+01:00 nexus.co.uk!pb
add -lxf86drm to via final link
2004/10/19 22:21:51+01:00 nexus.co.uk!pb
enable initscripts
2004/10/19 22:21:14+01:00 nexus.co.uk!pb
correct icon name
BKrev: 41758b14kapIf9odK4fNTo44aTa0pQ
Diffstat (limited to 'libxvmc')
-rw-r--r-- | libxvmc/files/via.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libxvmc/files/via.patch b/libxvmc/files/via.patch index e69de29bb2..21cdfbdd6b 100644 --- a/libxvmc/files/via.patch +++ b/libxvmc/files/via.patch @@ -0,0 +1,23 @@ +--- XvMC/configure.ac.old 2004-09-18 13:16:31.000000000 +0100 ++++ XvMC/configure.ac 2004-09-18 13:16:32.000000000 +0100 +@@ -14,4 +14,5 @@ + AC_OUTPUT([Makefile + hw/Makefile + hw/i810/Makefile ++ hw/via/Makefile + xvmc.pc]) +--- /dev/null 2004-06-13 02:32:19.000000000 +0100 ++++ XvMC/hw/via/Makefile.am 2004-09-18 13:16:01.000000000 +0100 +@@ -0,0 +1,7 @@ ++AM_CFLAGS = $(XVMC_CFLAGS) ++libviaXvMC_la_LIBADD = $(XVMC_LIBS) -lxf86drm ++ ++lib_LTLIBRARIES = libviaXvMC.la ++ ++libviaXvMC_la_SOURCES = viaXvMC.c viaXvMC.h viaLowLevel.c viaLowLevel.h \ ++ viaXvMCPriv.h +--- XvMC/hw/Makefile.am.old 2004-10-17 22:34:27.000000000 +0100 ++++ XvMC/hw/Makefile.am 2004-10-17 22:34:31.000000000 +0100 +@@ -1 +1 @@ +-SUBDIRS = i810 ++SUBDIRS = i810 via |