rbouqueau / gpac

GPAC mirror from the SourceForge Subversion
GNU Lesser General Public License v2.1
0 stars 1 forks source link

[Bug] error: field X has incomplete type [sf#278] #278

Closed rbouqueau closed 10 years ago

rbouqueau commented 10 years ago

Reported by randomreado on 2013-06-27 10:07 UTC GPAC fails to compile using latest version and configure command as follows:

TMPDIR="/datastore/tmp" ./configure --prefix=/usr --disable-dash

In file included from audio_decoder.h:29, from audio_decoder.c:26: libav/include/libavformat/avformat.h:403: error: field âaudio_codecâ has incomplete type libav/include/libavformat/avformat.h:404: error: field âvideo_codecâ has incomplete type libav/include/libavformat/avformat.h:427: error: field âsubtitle_codecâ has incomplete type In file included from audio_decoder.h:29, from audio_decoder.c:26: libav/include/libavformat/avformat.h:1029: error: field âvideo_codec_idâ has incomplete type libav/include/libavformat/avformat.h:1035: error: field âaudio_codec_idâ has incomplete type libav/include/libavformat/avformat.h:1041: error: field âsubtitle_codec_idâ has incomplete type make[2]: * [audio_decoder.o] Error 1 make[2]: Leaving directory `/datastore/sources/gpac/applications/dashcast' make[1]: * [apps] Error 2 make[1]: Leaving directory`/datastore/sources/gpac/applications' make: *\ [all] Error 2

rbouqueau commented 10 years ago

Commented by jeanlf on 2013-08-06 20:10 UTC which OS and version of FFMPEG / libav are you testing ?

rbouqueau commented 10 years ago

Updated by jeanlf on 2014-01-23 17:48 UTC