diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-16 15:19:19 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-16 15:19:19 +0000 |
commit | c901b61ba0df01cff814151279c96c1878798f1c (patch) | |
tree | b4fc8bb16458482787af37af592aa6630a77134e /src | |
parent | fbc12b6297a2e9214e6a4c5bc1241065ec2e078e (diff) | |
parent | 6a4fd0cc2de081c4cf79fa35e8da0cb7237d40cc (diff) | |
download | xine-lib-c901b61ba0df01cff814151279c96c1878798f1c.tar.gz xine-lib-c901b61ba0df01cff814151279c96c1878798f1c.tar.bz2 |
Merge from 1.1.
--HG--
rename : src/libmpeg2new/Makefile.am => src/video_dec/libmpeg2new/Makefile.am
Diffstat (limited to 'src')
-rw-r--r-- | src/video_dec/libmpeg2new/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_dec/libmpeg2new/Makefile.am b/src/video_dec/libmpeg2new/Makefile.am index 41c23878c..bc322169d 100644 --- a/src/video_dec/libmpeg2new/Makefile.am +++ b/src/video_dec/libmpeg2new/Makefile.am @@ -3,7 +3,7 @@ include $(top_srcdir)/misc/Makefile.common AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG) AM_LDFLAGS = $(xineplug_ldflags) -SUBDIRS = libmpeg2 +SUBDIRS = include libmpeg2 xineplug_LTLIBRARIES = xineplug_decode_mpeg2new.la |