[MPlayer-dev-eng] [RFC][PATCH 0/8] Adjustments for current FFmpeg git including major bumps
Ingo Brückl
ib at oddnet.de
Fri Apr 5 15:49:01 EEST 2024
On Fri, 5 Apr 2024 14:28:03 +0200, Alexander Strasser wrote:
> Are you using anything extra, besides --enable-gui ?
Oh, I forgot. I apply a patch, too:
--- a/libao2/audio_out.c
+++ b/libao2/audio_out.c
@@ -110,7 +110,6 @@
#ifdef CONFIG_OPENAL
&audio_out_openal,
#endif
- &audio_out_mpegpes,
#ifdef CONFIG_DXR2
&audio_out_dxr2,
#endif
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -210,7 +210,6 @@
#endif
#ifdef CONFIG_X11
&video_out_x11,
- &video_out_xover,
#endif
#ifdef CONFIG_SDL
&video_out_sdl,
@@ -228,7 +227,6 @@
&video_out_ggi,
#endif
#ifdef CONFIG_FBDEV
- &video_out_fbdev,
&video_out_fbdev2,
#endif
#ifdef CONFIG_SVGALIB
@@ -280,7 +278,6 @@
&video_out_xvmc,
#endif
&video_out_null,
- &video_out_mpegpes,
#ifdef CONFIG_YUV4MPEG
&video_out_yuv4mpeg,
#endif
More information about the MPlayer-dev-eng
mailing list