Discussion:
[MPlayer-users] build fail with svn + current ffmpeg on linux
Andy Furniss
2016-03-04 12:46:27 UTC
Permalink
./configure --prefix=/usr


make -C ffmpeg libavcodec/libavcodec.a
make[1]: Entering directory '/mnt/sdb1/Gits/mplayer/ffmpeg'
CC libavcodec/videotoolboxenc.o
libavcodec/videotoolboxenc.c:21:39: fatal error:
VideoToolbox/VideoToolbox.h: No such file or directory
compilation terminated.
common.mak:60: recipe for target 'libavcodec/videotoolboxenc.o' failed
make[1]: *** [libavcodec/videotoolboxenc.o] Error 1
make[1]: Leaving directory '/mnt/sdb1/Gits/mplayer/ffmpeg'
Makefile:740: recipe for target 'ffmpeg/libavcodec/libavcodec.a' failed
make: *** [ffmpeg/libavcodec/libavcodec.a] Error 2
Roberto Togni
2016-03-04 17:11:20 UTC
Permalink
On Fri, 4 Mar 2016 12:46:27 +0000
Post by Andy Furniss
./configure --prefix=/usr
make -C ffmpeg libavcodec/libavcodec.a
make[1]: Entering directory '/mnt/sdb1/Gits/mplayer/ffmpeg'
CC libavcodec/videotoolboxenc.o
VideoToolbox/VideoToolbox.h: No such file or directory
compilation terminated.
common.mak:60: recipe for target 'libavcodec/videotoolboxenc.o' failed
make[1]: *** [libavcodec/videotoolboxenc.o] Error 1
make[1]: Leaving directory '/mnt/sdb1/Gits/mplayer/ffmpeg'
Makefile:740: recipe for target 'ffmpeg/libavcodec/libavcodec.a' failed
make: *** [ffmpeg/libavcodec/libavcodec.a] Error 2
Fixed, thanks for reporting.

Ciao,
Roberto

Loading...