Commit f5ce0d44 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

g711: separate codec from araw

parent 5fb6de10
...@@ -127,6 +127,7 @@ $Id$ ...@@ -127,6 +127,7 @@ $Id$
* fluidsynth: Software MIDI synthetizer using libfluidsynth * fluidsynth: Software MIDI synthetizer using libfluidsynth
* folder: folder meta data and art finder * folder: folder meta data and art finder
* freetype: Utility to put text on video using freetype2 * freetype: Utility to put text on video using freetype2
* g711: G.711 audio codec
* gain: Gain audio filter * gain: Gain audio filter
* gaussianblur: gaussian blur video filter * gaussianblur: gaussian blur video filter
* gestures: mouse gestures control plugin * gestures: mouse gestures control plugin
......
...@@ -5,6 +5,7 @@ SOURCES_dts = dts.c dts_header.h dts_header.c ...@@ -5,6 +5,7 @@ SOURCES_dts = dts.c dts_header.h dts_header.c
SOURCES_flac = flac.c SOURCES_flac = flac.c
SOURCES_lpcm = lpcm.c SOURCES_lpcm = lpcm.c
SOURCES_araw = araw.c SOURCES_araw = araw.c
SOURCES_g711 = g711.c
SOURCES_vorbis = vorbis.c SOURCES_vorbis = vorbis.c
SOURCES_theora = theora.c SOURCES_theora = theora.c
SOURCES_tremor = vorbis.c SOURCES_tremor = vorbis.c
...@@ -70,6 +71,7 @@ libvlc_LTLIBRARIES += \ ...@@ -70,6 +71,7 @@ libvlc_LTLIBRARIES += \
libddummy_plugin.la \ libddummy_plugin.la \
libdts_plugin.la \ libdts_plugin.la \
libdvbsub_plugin.la \ libdvbsub_plugin.la \
libg711_plugin.la \
liblpcm_plugin.la \ liblpcm_plugin.la \
libmpeg_audio_plugin.la \ libmpeg_audio_plugin.la \
librawvideo_plugin.la \ librawvideo_plugin.la \
......
This diff is collapsed.
...@@ -372,6 +372,7 @@ modules/codec/faad.c ...@@ -372,6 +372,7 @@ modules/codec/faad.c
modules/codec/fdkaac.c modules/codec/fdkaac.c
modules/codec/flac.c modules/codec/flac.c
modules/codec/fluidsynth.c modules/codec/fluidsynth.c
modules/codec/g711.c
modules/codec/kate.c modules/codec/kate.c
modules/codec/libass.c modules/codec/libass.c
modules/codec/libmpeg2.c modules/codec/libmpeg2.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