[vlc-devel] commit: Distribute .h files (Christophe Mutricy )
git version control
git at videolan.org
Wed Feb 24 23:06:05 CET 2010
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Wed Feb 24 23:03:20 2010 +0100| [b4aabc38fd96fb27bd422f9f82b1281ba5d62531] | committer: Christophe Mutricy
Distribute .h files
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b4aabc38fd96fb27bd422f9f82b1281ba5d62531
---
modules/demux/Modules.am | 2 +-
src/Makefile.am | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/demux/Modules.am b/modules/demux/Modules.am
index ca4ca22..f47739e 100644
--- a/modules/demux/Modules.am
+++ b/modules/demux/Modules.am
@@ -1,6 +1,6 @@
SUBDIRS = asf avformat avi mkv mp4 mpeg playlist
SOURCES_flacsys = flac.c
-SOURCES_ogg = ogg.c vorbis.h kate_categories.c kate_categories.h
+SOURCES_ogg = ogg.c vorbis.h kate_categories.c kate_categories.h xiph.h
SOURCES_demuxdump = demuxdump.c
SOURCES_rawdv = rawdv.c
SOURCES_rawvid = rawvid.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 15e5515..973979a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -344,6 +344,7 @@ SOURCES_libvlc_common = \
input/es_out_timeshift.c \
input/event.c \
input/input.c \
+ input/info.h \
input/meta.c \
input/access.h \
input/clock.h \
More information about the vlc-devel
mailing list