-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile on Linux fails - libavcodec/colorspace.h: No such file or directory #1
Comments
compiling ffmpay is probably hard since ffmpeg changes API every version and they had about 30 releases since then ;) |
i'd try this version https://www.ffmpeg.org/releases/ffmpeg-0.8.15.tar.gz and copy the header to libavcodec/ |
Thanks for all the help! I got 0.8.15 but not surprisingly it doesn't work:
Since my main goal is to run CoreBreach, it looks like the remaining options are:
I'll try 3 and 4. |
this looks like the easiest version just use the prebuilt ffplay and link against ffmpeg 0.8 to be installed on your system
doesn't look too difficult i could be of help here |
Hi, I'm trying to compile ffplay for CodeBreach
core-code/CoreBreach#3
I added
-I/usr/include/SDL -I/usr/include/
to the makefile : http://codepad.org/xHTojStLIt seems like colorspace.h isn't packaged in ffmpeg on Arch Linux. I downloaded some source packages (0.9, 1.0, 1.1.12, 2.6.2). In all of those, the file is in
libavutil/
but ffplaylib expects it to be inlibavcodec/
Note: If I get ffmpeg 2.6.2 sources and include
libavutil/
, there are function erros: http://codepad.org/w7Wwp9Eh . Is there a ffmpeg version known to work?The text was updated successfully, but these errors were encountered: