Installing Mplayer

Commander

Paragon
Joined
Nov 19, 2012
Messages
1,418
Reaction score
0
FP$
4
Can't be bothered to repeat myself so look here:
https://forums.digitalpoint.com/threads ... 3.2676846/

Relating to this tutorial:
http://hasaninter.net/2013/07/01/cpanel ... g-install/

Problem:
Code:
[/usr/local/src/mplayer]# make
make -C ffmpeg libpostproc/libpostproc.a
make[1]: Entering directory `/usr/local/src/mplayer/ffmpeg'
make[1]: Leaving directory `/usr/local/src/mplayer/ffmpeg'
make[1]: Entering directory `/usr/local/src/mplayer/ffmpeg'
CC      libpostproc/postprocess.o
AR      libpostproc/libpostproc.a
make[1]: Leaving directory `/usr/local/src/mplayer/ffmpeg'
make -C ffmpeg libavfilter/libavfilter.a
make[1]: Entering directory `/usr/local/src/mplayer/ffmpeg'
CC      libavfilter/allfilters.o
CC      libavfilter/audio.o
In file included from libavfilter/audio.h:26,
                from libavfilter/audio.c:27:
libavfilter/internal.h: In function 'ff_insert_inpad':
libavfilter/internal.h:264: error: #pragma GCC diagnostic not allowed inside functions
libavfilter/internal.h:265: warning: 'input_count' is deprecated (declared at libavfilter/avfilter.h:637)
libavfilter/internal.h:266: error: #pragma GCC diagnostic not allowed inside functions
libavfilter/internal.h: In function 'ff_insert_outpad':
libavfilter/internal.h:277: error: #pragma GCC diagnostic not allowed inside functions
libavfilter/internal.h:278: warning: 'output_count' is deprecated (declared at libavfilter/avfilter.h:644)
libavfilter/internal.h:279: error: #pragma GCC diagnostic not allowed inside functions
libavfilter/audio.c: In function 'avfilter_get_audio_buffer_ref_from_arrays':
libavfilter/audio.c:166: warning: 'avfilter_get_audio_buffer_ref_from_arrays_channels' is deprecated (declared at libavfilter/audio.c:84)
make[1]: *** [libavfilter/audio.o] Error 1
make[1]: Leaving directory `/usr/local/src/mplayer/ffmpeg'
make: *** [ffmpeg/libavfilter/libavfilter.a] Error 2

I have googled this error relentlessly and to my surprise there are no results.
In fact, my post on DigitalPoint and a Pastebin raw paste of someone who appears to have the exact same problem (also posted in August 2013 FYI), and one or two other rather unhelpful posts...Anyway FFMPEG installed successfully, as did FFMPEG-PHP and "everything else" (it seems). However, Mplayer refuses point blank to install. It's most frustrating. Any ideas? 😕
 
Back
Top Bottom