diff options
Diffstat (limited to 'multimedia/libxine/files/patch-src:liba52:Makefile.in')
-rw-r--r-- | multimedia/libxine/files/patch-src:liba52:Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/libxine/files/patch-src:liba52:Makefile.in b/multimedia/libxine/files/patch-src:liba52:Makefile.in index cc3b60ceefc3..8ab80343b941 100644 --- a/multimedia/libxine/files/patch-src:liba52:Makefile.in +++ b/multimedia/libxine/files/patch-src:liba52:Makefile.in @@ -1,6 +1,6 @@ ---- src/liba52/Makefile.in.orig Sun Nov 9 11:41:01 2003 -+++ src/liba52/Makefile.in Sun Nov 9 11:46:09 2003 -@@ -255,25 +255,13 @@ +--- src/liba52/Makefile.in.orig Sun May 16 11:30:04 2004 ++++ src/liba52/Makefile.in Sun May 16 11:31:08 2004 +@@ -400,25 +400,13 @@ lib_LTLIBRARIES = xineplug_decode_a52.la xineplug_decode_a52_la_SOURCES = \ @@ -24,10 +24,10 @@ - tables.h - -subdir = src/liba52 + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = -@@ -281,8 +269,7 @@ +@@ -427,8 +415,7 @@ xineplug_decode_a52_la_DEPENDENCIES = \ $(top_builddir)/src/xine-engine/libxine.la @@ -36,4 +36,4 @@ +am_xineplug_decode_a52_la_OBJECTS = crc.lo xine_decoder.lo xineplug_decode_a52_la_OBJECTS = $(am_xineplug_decode_a52_la_OBJECTS) - DEFS = @DEFS@ + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |