Commit 10306b1e authored by Laurent Aimar's avatar Laurent Aimar

Update build system for cdg demuxer/codec.

parent bc265de2
...@@ -1204,7 +1204,7 @@ dnl ...@@ -1204,7 +1204,7 @@ dnl
dnl default modules dnl default modules
dnl dnl
VLC_ADD_PLUGINS([dummy logger memcpy]) VLC_ADD_PLUGINS([dummy logger memcpy])
VLC_ADD_PLUGINS([mpgv mpga m4v m4a h264 vc1 ps pva avi asf mp4 rawdv rawvid nsv real aiff mjpeg demuxdump flacsys tta]) 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 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([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([converter_fixed mono])
......
...@@ -29,3 +29,4 @@ SOURCES_fake = fake.c ...@@ -29,3 +29,4 @@ SOURCES_fake = fake.c
SOURCES_realaudio = realaudio.c SOURCES_realaudio = realaudio.c
SOURCES_sdl_image = sdl_image.c SOURCES_sdl_image = sdl_image.c
SOURCES_zvbi = zvbi.c SOURCES_zvbi = zvbi.c
SOURCES_cdg = cdg.c
...@@ -28,3 +28,4 @@ SOURCES_mpc = mpc.c ...@@ -28,3 +28,4 @@ SOURCES_mpc = mpc.c
SOURCES_gme = gme.cpp SOURCES_gme = gme.cpp
SOURCES_tta = tta.c SOURCES_tta = tta.c
SOURCES_vc1 = vc1.c SOURCES_vc1 = vc1.c
SOURCES_demux_cdg = cdg.c
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment