Skip to content

Instantly share code, notes, and snippets.

@Ikke
Created July 12, 2012 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ikke/739e947388e697551a60 to your computer and use it in GitHub Desktop.
Save Ikke/739e947388e697551a60 to your computer and use it in GitHub Desktop.
asf_decoder.c: In function 'get_tag':
asf_decoder.c:261:3: warning: implicit declaration of function 'av_metadata_set2' [-Wimplicit-function-declaration]
asf_decoder.c: In function 'attach_stream':
asf_decoder.c:1331:21: error: 'AVCodecContext' has no member named 'palctrl'
asf_decoder.c:1331:51: error: 'AVPaletteControl' undeclared (first use in this function)
asf_decoder.c:1331:51: note: each undeclared identifier is reported only once for each function it appears in
asf_decoder.c:1339:28: error: 'AVCodecContext' has no member named 'palctrl'
asf_decoder.c:1347:21: error: 'AVCodecContext' has no member named 'palctrl'
asf_decoder.c: In function 'module_check_init':
asf_decoder.c:2227:3: warning: implicit declaration of function 'avcodec_init' [-Wimplicit-function-declaration]
make[3]: *** [asf_decoder_la-asf_decoder.lo] Error 1
make[3]: Leaving directory `/tmp/yaourt-tmp-ikke/aur-lives/src/lives-1.6.2/lives-plugins/plugins/decoders'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/yaourt-tmp-ikke/aur-lives/src/lives-1.6.2/lives-plugins/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-ikke/aur-lives/src/lives-1.6.2/lives-plugins'
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment