-
Notifications
You must be signed in to change notification settings - Fork 170
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
'AVCODEC_MAX_AUDIO_FRAME_SIZE' undeclared #1
Comments
I'm afraid, it's impossible to build this version of gmf under the current ffmpeg (version git-2013-08-12), because of massive changes in api — only 0.8 version supported. Try to build under 0.8. But anyway, the current gmf version is not production ready. |
I use Go 1.0.3 and ffmpeg-0.8.10 try it again $ _/root/gmf/gmf |
It's not a gmf build issue. There is something wrong in Your ffmpeg build. Why it references on the |
1: error: 'AVCODEC_MAX_AUDIO_FRAME_SIZE' undeclared (first use in this function)
1: note: each undeclared identifier is reported only once for each function it appears in
1: error: 'avcodec_get_context_defaults2' undeclared (first use in this function)
$ ffmpeg
ffmpeg version git-2013-08-12-c103d5f Copyright (c) 2000-2013 the FFmpeg developers
built on Aug 12 2013 18:07:57 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-x11grab
libavutil 52. 42.100 / 52. 42.100
libavcodec 55. 27.100 / 55. 27.100
libavformat 55. 13.102 / 55. 13.102
libavdevice 55. 3.100 / 55. 3.100
libavfilter 3. 82.100 / 3. 82.100
libswscale 2. 4.100 / 2. 4.100
libswresample 0. 17.103 / 0. 17.103
libpostproc 52. 3.100 / 52. 3.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
Use -h to get full help or, even better, run 'man ffmpeg'
OS: Ubuntu 12.04 64bit
The text was updated successfully, but these errors were encountered: