From 83459291350a9ea7330e4c64968f298a2ea8fb06 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Tue, 19 Oct 2004 21:45:56 +0000 Subject: 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 --- libxvmc/files/via.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'libxvmc') 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 -- cgit v1.2.3