summaryrefslogtreecommitdiff
path: root/src/video_dec/libmpeg2new/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_dec/libmpeg2new/Makefile.am')
-rw-r--r--src/video_dec/libmpeg2new/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/video_dec/libmpeg2new/Makefile.am b/src/video_dec/libmpeg2new/Makefile.am
index 8c248fdcb..41c23878c 100644
--- a/src/video_dec/libmpeg2new/Makefile.am
+++ b/src/video_dec/libmpeg2new/Makefile.am
@@ -5,8 +5,10 @@ AM_LDFLAGS = $(xineplug_ldflags)
SUBDIRS = libmpeg2
-xineplug_LTLIBRARIES = xineplug_decode_mpeg2.la
+xineplug_LTLIBRARIES = xineplug_decode_mpeg2new.la
-xineplug_decode_mpeg2_la_SOURCES = xine_mpeg2_decoder.c
-xineplug_decode_mpeg2_la_LIBADD = $(XINE_LIB) ./libmpeg2/libmpeg2.la
-xineplug_decode_mpeg2_la_CFLAGS = $(AM_CFLAGS) $(MLIB_CFLAGS)
+xineplug_decode_mpeg2new_la_SOURCES = \
+ xine_mpeg2new_decoder.c
+
+xineplug_decode_mpeg2new_la_LIBADD = $(XINE_LIB) libmpeg2/libmpeg2.la
+xineplug_decode_mpeg2new_la_CFLAGS = $(AM_CFLAGS) $(MLIB_CFLAGS)