Browse Source

g711: separate codec from araw

pull/3/head
Rémi Denis-Courmont 14 years ago
parent
commit
f5ce0d44a7
  1. 1
      modules/LIST
  2. 2
      modules/codec/Modules.am
  3. 1207
      modules/codec/g711.c
  4. 1
      po/POTFILES.in

1
modules/LIST

@ -127,6 +127,7 @@ $Id$
* fluidsynth: Software MIDI synthetizer using libfluidsynth
* folder: folder meta data and art finder
* freetype: Utility to put text on video using freetype2
* g711: G.711 audio codec
* gain: Gain audio filter
* gaussianblur: gaussian blur video filter
* gestures: mouse gestures control plugin

2
modules/codec/Modules.am

@ -5,6 +5,7 @@ SOURCES_dts = dts.c dts_header.h dts_header.c
SOURCES_flac = flac.c
SOURCES_lpcm = lpcm.c
SOURCES_araw = araw.c
SOURCES_g711 = g711.c
SOURCES_vorbis = vorbis.c
SOURCES_theora = theora.c
SOURCES_tremor = vorbis.c
@ -70,6 +71,7 @@ libvlc_LTLIBRARIES += \
libddummy_plugin.la \
libdts_plugin.la \
libdvbsub_plugin.la \
libg711_plugin.la \
liblpcm_plugin.la \
libmpeg_audio_plugin.la \
librawvideo_plugin.la \

1207
modules/codec/g711.c

File diff suppressed because it is too large

1
po/POTFILES.in

@ -372,6 +372,7 @@ modules/codec/faad.c
modules/codec/fdkaac.c
modules/codec/flac.c
modules/codec/fluidsynth.c
modules/codec/g711.c
modules/codec/kate.c
modules/codec/libass.c
modules/codec/libmpeg2.c

Loading…
Cancel
Save