Commit c11203a2 authored by Laurent Aimar's avatar Laurent Aimar

* all : ogg/ogm muxer. Yet very limited as it accepts only mp3/a52 audio

and mpeg4/divx3 video streams. (Created files seem to work only with vlc).
parent dd81c779
......@@ -955,6 +955,13 @@ then
PLUGINS="${PLUGINS} packetizer_copy"
PLUGINS="${PLUGINS} vout_encoder"
dnl Ogg/ogm
AC_CHECK_HEADERS(ogg/ogg.h, [
AC_CHECK_LIB( ogg, ogg_stream_packetin, [
PLUGINS="${PLUGINS} mux_ogg"
LDFLAGS_mux_ogg="${LDFLAGS_mux_ogg} -logg" ])
],[])
fi
......
SOURCES_mux_dummy = modules/mux/dummy.c
SOURCES_mux_avi = modules/mux/avi.c
SOURCES_mux_ogg = modules/mux/ogg.c
This diff is collapsed.
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