summaryrefslogtreecommitdiff
path: root/src/dxr3/Makefile.am
diff options
context:
space:
mode:
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)"