diff options
| author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-23 22:43:59 +0000 |
|---|---|---|
| committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-23 22:43:59 +0000 |
| commit | dbd6a0cfee0d90385cccbf7e6a6d28534918b8a0 (patch) | |
| tree | 3958aed69403dd80d2d2c35e8296370e97789826 /src/xine-engine/Makefile.am | |
| parent | 0f2bc0625a00c5596cd84bd58698ab53c34d9cf7 (diff) | |
| download | xine-lib-dbd6a0cfee0d90385cccbf7e6a6d28534918b8a0.tar.gz xine-lib-dbd6a0cfee0d90385cccbf7e6a6d28534918b8a0.tar.bz2 | |
Fixed libmpeg2 plugin decoder name (i think) + debug build cflags. Add
get_id in video_decoder_t struct type. Harmonize plugin array names in
xine_t struct type (video_decoders and audio_decoders names). More works
in load_plugins.c (not finished, really not).
CVS patchset: 18
CVS date: 2001/04/23 22:43:59
Diffstat (limited to 'src/xine-engine/Makefile.am')
| -rw-r--r-- | src/xine-engine/Makefile.am | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 27e76693b..b07b728ee 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -12,7 +12,7 @@ libxine_la_SOURCES = metronom.c configfile.c monitor.c utils.c cpu_accel.c \ load_plugins.c video_decoder.c audio_decoder.c libxine_la_DEPENDENCIES = libsdeps libxine_la_LIBADD = \ -# $(top_srcdir)/src/libmpeg2/libmpeg2.la \ +## $(top_srcdir)/src/libmpeg2/libmpeg2.la \ $(top_srcdir)/src/libac3/libac3.la \ $(top_srcdir)/src/libmpg123/libmpg123.la \ ## $(top_srcdir)/src/libspudec/libspudec.la \ @@ -23,11 +23,10 @@ libxine_la_LDFLAGS = -version-info 5:0:5 #include_HEADERS = buffer.h metronom.h configfile.h \ # monitor.h cpu_accel.h attributes.h utils.h audio_decoder.h - noinst_HEADERS = xine_internal.h buffer.h metronom.h configfile.h \ monitor.h cpu_accel.h attributes.h utils.h -## +### # Hardcoded rule: # gcc failed to compile this with -fPIC flag # hackish: [X] yes [ ] no @@ -50,15 +49,15 @@ debug: libsdeps: - @cd $(top_builddir)/src/libmpeg2 && $(MAKE) libmpeg2.la +## @cd $(top_builddir)/src/libmpeg2 && $(MAKE) libmpeg2.la @cd $(top_builddir)/src/libac3 && $(MAKE) libac3.la @cd $(top_builddir)/src/libmpg123 && $(MAKE) libmpg123.la ## @cd $(top_builddir)/src/libspudec && $(MAKE) libspudec.la -## -## Install header files (default=$includedir/xine) -## +### +# Install header files (default=$includedir/xine) +# install-includeHEADERS: $(include_HEADERS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(includedir)/xine @@ -69,9 +68,9 @@ install-includeHEADERS: $(include_HEADERS) done -## -## Remove them -## +### +# Remove them +# uninstall-includeHEADERS: @$(NORMAL_UNINSTALL) list='$(include_HEADERS)'; for p in $$list; do \ |
