]> git.sesse.net Git - vlc/commitdiff
Build CC module.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 17 Oct 2007 19:52:41 +0000 (19:52 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 17 Oct 2007 19:52:41 +0000 (19:52 +0000)
configure.ac
modules/codec/Modules.am

index 63eeb5349f28c8fda62f6e9f9e17defdca307e0f..89ecd8444fab690f97bd2731618eec8c932ce034 100644 (file)
@@ -1207,7 +1207,7 @@ dnl  default modules
 dnl
 VLC_ADD_PLUGINS([dummy logger memcpy])
 VLC_ADD_PLUGINS([mpgv mpga m4v m4a h264 vc1 demux_cdg cdg ps pva avi asf mp4 rawdv rawvid nsv real aiff mjpeg demuxdump flacsys tta])
-VLC_ADD_PLUGINS([cvdsub svcdsub spudec subsdec subsusf t140 dvbsub mpeg_audio lpcm a52 dts cinepak flac])
+VLC_ADD_PLUGINS([cvdsub svcdsub spudec subsdec subsusf t140 dvbsub cc mpeg_audio lpcm a52 dts cinepak flac])
 VLC_ADD_PLUGINS([deinterlace invert adjust transform wave ripple psychedelic gradient motionblur rv32 rotate noise grain extract sharpen seamcarving])
 VLC_ADD_PLUGINS([converter_fixed mono])
 VLC_ADD_PLUGINS([trivial_resampler ugly_resampler])
index 9a13da9080703d96203d16a9a763cf71c73c4f62..1b153f1b8fad1051564ee6616b7e56c86a8993cc 100644 (file)
@@ -31,3 +31,4 @@ SOURCES_sdl_image = sdl_image.c
 SOURCES_zvbi = zvbi.c
 SOURCES_cdg = cdg.c
 SOURCES_fluidsynth = fluidsynth.c
+SOURCES_cc = cc.c cc.h