From 4b97c5dc4ef7cc049c18f9636859d341eeb531c5 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Fri, 22 Nov 2002 05:25:14 +0000 Subject: Developers can now run "make" in their work area (e.g. src/libffmpeg) and it will build all dependent parts (e.g. libxine.la). The directory must still be prepared by running autogen.sh. CVS patchset: 3331 CVS date: 2002/11/22 05:25:14 --- src/libffmpeg/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/libffmpeg') diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am index 5dea33a93..0068f18ad 100644 --- a/src/libffmpeg/Makefile.am +++ b/src/libffmpeg/Makefile.am @@ -11,15 +11,14 @@ EXTRA_DIST = INTERNAL_DOCS = diff_to_ffmpeg_cvs.txt LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic - +XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la libdir = $(XINE_PLUGINDIR) lib_LTLIBRARIES = xineplug_decode_ff.la xineplug_decode_ff_la_SOURCES = xine_decoder.c xineplug_decode_ff_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -xineplug_decode_ff_la_LIBADD = \ - $(top_builddir)/src/xine-engine/libxine.la \ +xineplug_decode_ff_la_LIBADD = $(XINE_LIB) \ $(top_builddir)/src/libffmpeg/libavcodec/libavcodec.la debug: @@ -38,3 +37,6 @@ maintainer-clean-generic: -@echo "This command is intended for maintainers to use;" -@echo "it deletes files that may require special tools to rebuild." -rm -f Makefile.in + +$(XINE_LIB): + @cd $(top_builddir)/src/xine-engine && $(MAKE) -- cgit v1.2.3