Commit 16d2d11b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Removing realvideo plugin

parent cff6fc15
...@@ -618,7 +618,7 @@ AC_CHECK_FUNC(getopt_long,, [ ...@@ -618,7 +618,7 @@ AC_CHECK_FUNC(getopt_long,, [
AC_SUBST(GNUGETOPT_LIBS) AC_SUBST(GNUGETOPT_LIBS)
AC_CHECK_LIB(m,cos,[ AC_CHECK_LIB(m,cos,[
VLC_ADD_LIBS([adjust wave ripple psychedelic gradient a52tofloat32 dtstofloat32 x264 goom visual panoramix rotate noise grain scene kate flac lua chorus_flanger freetype avcodec avformat access_avio swscale postproc i420_rgb faad twolame equalizer spatializer param_eq samplerate freetype mod mpc dmo mp4 quicktime realvideo qt4 compressor headphone_channel_mixer normvol audiobargraph_a speex mono colorthres extract ball access_imem hotkeys mosaic gaussianblur dbus x264 hqdn3d anaglyph],[-lm]) VLC_ADD_LIBS([adjust wave ripple psychedelic gradient a52tofloat32 dtstofloat32 x264 goom visual panoramix rotate noise grain scene kate flac lua chorus_flanger freetype avcodec avformat access_avio swscale postproc i420_rgb faad twolame equalizer spatializer param_eq samplerate freetype mod mpc dmo mp4 quicktime qt4 compressor headphone_channel_mixer normvol audiobargraph_a speex mono colorthres extract ball access_imem hotkeys mosaic gaussianblur dbus x264 hqdn3d anaglyph],[-lm])
LIBM="-lm" LIBM="-lm"
], [ ], [
LIBM="" LIBM=""
...@@ -660,7 +660,7 @@ AS_IF([test "${have_dynamic_objects}" != "no"], [ ...@@ -660,7 +660,7 @@ AS_IF([test "${have_dynamic_objects}" != "no"], [
AM_CONDITIONAL(HAVE_DYNAMIC_PLUGINS, [test "${have_dynamic_objects}" != "no"]) AM_CONDITIONAL(HAVE_DYNAMIC_PLUGINS, [test "${have_dynamic_objects}" != "no"])
AC_SUBST(LIBDL) AC_SUBST(LIBDL)
VLC_ADD_LIBS([realvideo lua],[$LIBDL]) VLC_ADD_LIBS([lua],[$LIBDL])
dnl Check for thread library dnl Check for thread library
if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
...@@ -2602,15 +2602,6 @@ if test "${enable_quicktime}" = "yes"; then ...@@ -2602,15 +2602,6 @@ if test "${enable_quicktime}" = "yes"; then
fi fi
fi fi
dnl
dnl Real plugin
dnl
AC_ARG_ENABLE(real,
[ --enable-real Real video decoder module (default disabled)])
if test "${enable_real}" = "yes"; then
VLC_ADD_PLUGIN([realvideo])
fi
dnl dnl
dnl A52/AC3 decoder plugin dnl A52/AC3 decoder plugin
dnl dnl
...@@ -4072,9 +4063,8 @@ AC_ARG_ENABLE(loader, ...@@ -4072,9 +4063,8 @@ AC_ARG_ENABLE(loader,
AM_CONDITIONAL(LOADER, [test "${enable_loader}" = "yes"]) AM_CONDITIONAL(LOADER, [test "${enable_loader}" = "yes"])
AS_IF([test "${enable_loader}" = "yes"], AS_IF([test "${enable_loader}" = "yes"],
[ VLC_ADD_PLUGIN([dmo]) [ VLC_ADD_PLUGIN([dmo])
VLC_ADD_CPPFLAGS([dmo quicktime realvideo],[-I\\\${top_srcdir}/modules/codec/loader]) VLC_ADD_CPPFLAGS([dmo quicktime ],[-I\\\${top_srcdir}/modules/codec/loader])
VLC_ADD_LIBS([dmo quicktime realvideo],[\\\${top_builddir}/modules/codec/loader/libloader.la]) VLC_ADD_LIBS([dmo quicktime ],[\\\${top_builddir}/modules/codec/loader/libloader.la])
VLC_ADD_CPPFLAGS([realvideo], [-DLOADER])
VLC_ADD_LIBS([dmo quicktime], [-lpthread]) VLC_ADD_LIBS([dmo quicktime], [-lpthread])
]) ])
......
...@@ -274,7 +274,6 @@ $Id$ ...@@ -274,7 +274,6 @@ $Id$
* rawvid: raw video input module for vlc * rawvid: raw video input module for vlc
* rawvideo: Pseudo audio-decoder for raw video * rawvideo: Pseudo audio-decoder for raw video
* real: partial Real audio/video demuxer * real: partial Real audio/video demuxer
* realvideo: Real video decoder
* remap: audio channel remapping filter * remap: audio channel remapping filter
* remoteosd: Remote-OSD over VNC * remoteosd: Remote-OSD over VNC
* ripple: Ripple video effect * ripple: Ripple video effect
......
This diff is collapsed.
...@@ -383,7 +383,6 @@ modules/codec/omxil/utils.c ...@@ -383,7 +383,6 @@ modules/codec/omxil/utils.c
modules/codec/png.c modules/codec/png.c
modules/codec/quicktime.c modules/codec/quicktime.c
modules/codec/rawvideo.c modules/codec/rawvideo.c
modules/codec/realvideo.c
modules/codec/schroedinger.c modules/codec/schroedinger.c
modules/codec/sdl_image.c modules/codec/sdl_image.c
modules/codec/shine/shine_mod.c modules/codec/shine/shine_mod.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