Any work around?
sean
_______________________________________________
MPlayer-users mailing list
MPlaye...@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
> libmpdemux/mp_taglists.c:104:7: error: 'CODEC_ID_JV' undeclared here
> (not in a function)
> make: *** [libmpdemux/mp_taglists.o] Error 1
>
> Any work around?
When reporting build problems, please always confirm that you ran:
$ make distclean
$ svn up
$ ./configure && make
In your case, please also do
$ rm -Rf ffmpeg (before running ./configure && make!)
(And consider confirming that svn di shows no output.)
Carl Eugen
Did a full svn checkout (not an update). configure used to git pull
ffmpeg (did not copy ffmpeg into source tree), and it built without an
error.
Thanks,
sean