summaryrefslogtreecommitdiff
path: root/src/dxr3/Makefile.am
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-05-24 22:09:44 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-05-24 22:09:44 +0000
commit1c7516dd16d95fdbf862db13153810a92644f330 (patch)
tree6e5c9514c00f534bb4c6ac135b9dc46f8bb59ee7 /src/dxr3/Makefile.am
parent1c13f131692c6c42021a45dcc209f7ec6ef611a7 (diff)
downloadxine-lib-1c7516dd16d95fdbf862db13153810a92644f330.tar.gz
xine-lib-1c7516dd16d95fdbf862db13153810a92644f330.tar.bz2
- dxr3 cleanup from Michael Roitzsch <amalthea@freenet.de>
- audio fifo size adjust CVS patchset: 1937 CVS date: 2002/05/24 22:09:44
Diffstat (limited to 'src/dxr3/Makefile.am')
-rw-r--r--src/dxr3/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/dxr3/Makefile.am b/src/dxr3/Makefile.am
index ae9d535c7..d0fc11bc2 100644
--- a/src/dxr3/Makefile.am
+++ b/src/dxr3/Makefile.am
@@ -22,13 +22,11 @@ xineplug_decode_dxr3_video_la_LDFLAGS = -avoid-version -module
xineplug_decode_dxr3_spu_la_SOURCES = dxr3_decode_spu.c nav_read.c
xineplug_decode_dxr3_spu_la_LDFLAGS = -avoid-version -module
-xineplug_vo_out_dxr3_la_SOURCES = dxr3_video_out.c \
- dxr3_vo_core.c mpeg_encoders.c alphablend.c
+xineplug_vo_out_dxr3_la_SOURCES = video_out_dxr3.c dxr3_mpeg_encoders.c alphablend.c
xineplug_vo_out_dxr3_la_LIBADD = $(X_LIBS) -lXext
-xineplug_vo_out_dxr3_la_LDFLAGS = -avoid-version \
- -module $(link_fame) $(link_rte) $(X_LIBS)
+xineplug_vo_out_dxr3_la_LDFLAGS = -avoid-version -module $(link_fame) $(link_rte) $(X_LIBS)
-noinst_HEADERS = dxr3.h dxr3_scr.h dxr3_video_out.h nav_types.h nav_read.h alphablend.h bswap.h
+noinst_HEADERS = dxr3.h dxr3_scr.h video_out_dxr3.h nav_types.h nav_read.h alphablend.h bswap.h
debug:
@$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(LINUX_INCLUDE)"