[MPlayer-users] compile error

ajaxas ajaxas at gmail.com
Tue Nov 28 16:13:04 CET 2006


Strange thing: the reason lies in "--disable-mencoder" option, as I figured out by
dropping options one by one. I had just the same results as you until today.
With r21356 I got this:

----------------------------------------------------------------------------------------
In file included from allformats.c:21:
avformat.h:251: warning: 'AVFrac' is deprecated
allformats.c: In function 'av_register_all':
allformats.c:48: error: 'ENABLE_AC3_MUXER' undeclared (first use in this function)
allformats.c:48: error: (Each undeclared identifier is reported only once
allformats.c:48: error: for each function it appears in.)
allformats.c:49: error: 'ENABLE_ADTS_MUXER' undeclared (first use in this function)
allformats.c:50: error: 'ENABLE_AIFF_MUXER' undeclared (first use in this function)
allformats.c:51: error: 'ENABLE_AMR_MUXER' undeclared (first use in this function)
allformats.c:52: error: 'ENABLE_ASF_MUXER' undeclared (first use in this function)
allformats.c:53: error: 'ENABLE_ASF_STREAM_MUXER' undeclared (first use in this function)
allformats.c:54: error: 'ENABLE_AU_MUXER' undeclared (first use in this function)
allformats.c:58: error: 'ENABLE_AVI_MUXER' undeclared (first use in this function)
allformats.c:63: error: 'ENABLE_CRC_MUXER' undeclared (first use in this function)
allformats.c:70: error: 'ENABLE_DV_MUXER' undeclared (first use in this function)
allformats.c:75: error: 'ENABLE_FFM_MUXER' undeclared (first use in this function)
allformats.c:76: error: 'ENABLE_FLAC_MUXER' undeclared (first use in this function)
allformats.c:78: error: 'ENABLE_FLV_MUXER' undeclared (first use in this function)
allformats.c:80: error: 'ENABLE_FRAMECRC_MUXER' undeclared (first use in this function)
allformats.c:81: error: 'ENABLE_GIF_MUXER' undeclared (first use in this function)
allformats.c:84: error: 'ENABLE_GXF_MUXER' undeclared (first use in this function)
allformats.c:86: error: 'ENABLE_H261_MUXER' undeclared (first use in this function)
allformats.c:87: error: 'ENABLE_H263_MUXER' undeclared (first use in this function)
allformats.c:88: error: 'ENABLE_H264_MUXER' undeclared (first use in this function)
allformats.c:90: error: 'ENABLE_IMAGE2_MUXER' undeclared (first use in this function)
allformats.c:91: error: 'ENABLE_IMAGE2PIPE_MUXER' undeclared (first use in this function)
allformats.c:94: error: 'ENABLE_M4V_MUXER' undeclared (first use in this function)
allformats.c:96: error: 'ENABLE_MJPEG_MUXER' undeclared (first use in this function)
allformats.c:98: error: 'ENABLE_MMF_MUXER' undeclared (first use in this function)
allformats.c:99: error: 'ENABLE_MOV_MUXER' undeclared (first use in this function)
allformats.c:100: error: 'ENABLE_MP2_MUXER' undeclared (first use in this function)
allformats.c:101: error: 'ENABLE_MP3_MUXER' undeclared (first use in this function)
allformats.c:102: error: 'ENABLE_MP4_MUXER' undeclared (first use in this function)
allformats.c:103: error: 'ENABLE_MPEG1SYSTEM_MUXER' undeclared (first use in this function)
allformats.c:104: error: 'ENABLE_MPEG1VCD_MUXER' undeclared (first use in this function)
allformats.c:105: error: 'ENABLE_MPEG1VIDEO_MUXER' undeclared (first use in this function)
allformats.c:106: error: 'ENABLE_MPEG2DVD_MUXER' undeclared (first use in this function)
allformats.c:107: error: 'ENABLE_MPEG2SVCD_MUXER' undeclared (first use in this function)
allformats.c:108: error: 'ENABLE_MPEG2VIDEO_MUXER' undeclared (first use in this function)
allformats.c:109: error: 'ENABLE_MPEG2VOB_MUXER' undeclared (first use in this function)
allformats.c:111: error: 'ENABLE_MPEGTS_MUXER' undeclared (first use in this function)
allformats.c:113: error: 'ENABLE_MPJPEG_MUXER' undeclared (first use in this function)
allformats.c:117: error: 'ENABLE_NULL_MUXER' undeclared (first use in this function)
allformats.c:127: error: 'ENABLE_PCM_ALAW_MUXER' undeclared (first use in this function)
allformats.c:128: error: 'ENABLE_PCM_MULAW_MUXER' undeclared (first use in this function)
allformats.c:129: error: 'ENABLE_PCM_S16BE_MUXER' undeclared (first use in this function)
allformats.c:130: error: 'ENABLE_PCM_S16LE_MUXER' undeclared (first use in this function)
allformats.c:131: error: 'ENABLE_PCM_S8_MUXER' undeclared (first use in this function)
allformats.c:132: error: 'ENABLE_PCM_U16BE_MUXER' undeclared (first use in this function)
allformats.c:133: error: 'ENABLE_PCM_U16LE_MUXER' undeclared (first use in this function)
allformats.c:134: error: 'ENABLE_PCM_U8_MUXER' undeclared (first use in this function)
allformats.c:135: error: 'ENABLE_PSP_MUXER' undeclared (first use in this function)
allformats.c:136: error: 'ENABLE_RAWVIDEO_MUXER' undeclared (first use in this function)
allformats.c:137: error: 'ENABLE_RM_MUXER' undeclared (first use in this function)
allformats.c:151: error: 'ENABLE_SWF_MUXER' undeclared (first use in this function)
allformats.c:152: error: 'ENABLE_TG2_MUXER' undeclared (first use in this function)
allformats.c:153: error: 'ENABLE_TGP_MUXER' undeclared (first use in this function)
allformats.c:163: error: 'ENABLE_VOC_MUXER' undeclared (first use in this function)
allformats.c:164: error: 'ENABLE_WAV_MUXER' undeclared (first use in this function)
allformats.c:169: error: 'ENABLE_YUV4MPEGPIPE_MUXER' undeclared (first use in this function)
make[1]: *** [allformats.o] Error 1
make[1]: Leaving directory `/home/ajaxas/soft/make/mplayer/libavformat'
make: *** [libavformat/libavformat.a] Error 2
--------------------------------------------------------------------------------------------

This thing seems to be present from some -r 2107x (at least, I was able to
compile r21053 OK) or so and makes me really nervous...

-- 
ajaxas <ajaxas at gmail.com>




More information about the MPlayer-users mailing list