diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-24 20:53:00 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-24 20:53:00 +0000 |
commit | b45eeec7a33e6b7475ebf02e3635e7d37ed33544 (patch) | |
tree | 5dbd28fee8ed5052b96bf9ebaa02cc8c8aa1320b /src/xine-engine/Makefile.am | |
parent | 8f4426252dba8db47beaea9b9956c03668c1a640 (diff) | |
download | xine-lib-b45eeec7a33e6b7475ebf02e3635e7d37ed33544.tar.gz xine-lib-b45eeec7a33e6b7475ebf02e3635e7d37ed33544.tar.bz2 |
Reunification of xine-lib and xine-output. Some code cleanups.
CVS patchset: 21
CVS date: 2001/04/24 20:53:00
Diffstat (limited to 'src/xine-engine/Makefile.am')
-rw-r--r-- | src/xine-engine/Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index a58623dce..ef533c055 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -7,9 +7,11 @@ CFLAGS = @GLOBAL_CFLAGS@ lib_LTLIBRARIES = libxine.la ##libxine_la_SOURCES = xine.c buffer.c metronom.c configfile.c \ -## monitor.c utils.c audio_decoder.c video_decoder.c load_plugins.c -libxine_la_SOURCES = metronom.c configfile.c buffer.c monitor.c utils.c cpu_accel.c \ - load_plugins.c video_decoder.c audio_decoder.c +## monitor.c utils.c audio_decoder.c video_decoder.c load_plugins.c \ +## audio_out.c +libxine_la_SOURCES = metronom.c configfile.c buffer.c monitor.c utils.c \ + cpu_accel.c load_plugins.c video_decoder.c audio_decoder.c \ + video_out.c libxine_la_DEPENDENCIES = libsdeps libxine_la_LIBADD = \ ## $(top_srcdir)/src/libmpeg2/libmpeg2.la \ @@ -25,6 +27,7 @@ libxine_la_LDFLAGS = -version-info 5:0:5 # 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 +include_HEADERS = audio_out.h video_out.h ### # Hardcoded rule: |