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
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