[vlc-commits] Fix make dist after ID3Genres.h move to meta_engine
Nicolas Chauvet
git at videolan.org
Wed May 31 13:37:13 CEST 2017
vlc | branch: master | Nicolas Chauvet <kwizart at gmail.com> | Wed May 31 12:43:17 2017 +0200| [d3f01827897854e32e78f32264a73d750bb87ffc] | committer: Francois Cartegnie
Fix make dist after ID3Genres.h move to meta_engine
Signed-off-by: Nicolas Chauvet <kwizart at gmail.com>
Signed-off-by: Francois Cartegnie <fcvlcdev at free.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d3f01827897854e32e78f32264a73d750bb87ffc
---
modules/demux/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/demux/Makefile.am b/modules/demux/Makefile.am
index 656675391c..3067e39d18 100644
--- a/modules/demux/Makefile.am
+++ b/modules/demux/Makefile.am
@@ -205,9 +205,9 @@ libmp4_plugin_la_SOURCES = demux/mp4/mp4.c demux/mp4/mp4.h \
demux/mp4/libmp4.c demux/mp4/libmp4.h \
demux/mp4/languages.h \
demux/asf/asfpacket.c demux/asf/asfpacket.h \
- demux/meta_engine/ID3Genres.h \
demux/mp4/avci.h \
- demux/mp4/essetup.c demux/mp4/meta.c
+ demux/mp4/essetup.c demux/mp4/meta.c \
+ meta_engine/ID3Genres.h
libmp4_plugin_la_LIBADD = $(LIBM)
libmp4_plugin_la_LDFLAGS = $(AM_LDFLAGS)
if HAVE_ZLIB
More information about the vlc-commits
mailing list