[vlc-commits] demux makefile: fix typo
Jean-Baptiste Kempf
git at videolan.org
Wed Sep 7 12:17:02 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Sep 7 12:16:30 2016 +0200| [fb2228fef6159cf9a8c57447df50fe4c80809d3c] | committer: Jean-Baptiste Kempf
demux makefile: fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb2228fef6159cf9a8c57447df50fe4c80809d3c
---
modules/demux/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/Makefile.am b/modules/demux/Makefile.am
index 61aa82b..718ddba 100644
--- a/modules/demux/Makefile.am
+++ b/modules/demux/Makefile.am
@@ -162,7 +162,7 @@ endif
libes_plugin_la_SOURCES = demux/mpeg/es.c \
meta_engine/ID3Tag.h \
- packetizer/dts_header.c packetizer/dts_header.h \
+ packetizer/dts_header.c packetizer/dts_header.h
demux_LTLIBRARIES += libes_plugin.la
libh26x_plugin_la_SOURCES = demux/mpeg/h26x.c \
More information about the vlc-commits
mailing list