-
Notifications
You must be signed in to change notification settings - Fork 73
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
build ffmpeg error #1
Comments
Hi Kolyvan, is there any option to update all latest submodules? |
Hm, what do you mean ? |
I mean build ffmpeg has issue ITK-MacBook-Pro:kxmovie itkingdom$ rake build_ffmpeg Enabled decoders: Enabled encoders: Enabled hwaccels: Enabled parsers: Enabled demuxers: Enabled muxers: Enabled protocols: Enabled filters: Enabled bsfs: Enabled indevs: Enabled outdevs: License: LGPL version 2.1 or later WARNING: pkg-config not found, library detection may fail. Is this OK to update kxmovie module manually? |
/home/ashish/ashish/jitsi_project/app/src/main/jni/org_jitsi_impl_neomedia_codec_FFmpeg.c fatal error:libavutil/avutil.h : No such file or directory #include <libavutil/avutil.h> i m using ./gradlew assembleDebug how to resolve it? plz help |
config.h is unchanged
libavutil/avconfig.h is unchanged
WARNING: pkg-config not found, library detection may fail.
Executing cd ffmpeg; make
CC libavdevice/alldevices.o
In file included from ./libavutil/avutil.h:237,
from libavdevice/version.h:28,
from libavdevice/avdevice.h:22,
from libavdevice/alldevices.c:22:
./libavutil/common.h:29:19: warning: ctype.h: No such file or directory
./libavutil/common.h:30:19: warning: errno.h: No such file or directory
./libavutil/common.h:31:22: warning: inttypes.h: No such file or directory
In file included from ./libavutil/common.h:32,
from ./libavutil/avutil.h:237,
from libavdevice/version.h:28,
from libavdevice/avdevice.h:22,
from libavdevice/alldevices.c:22:
/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15:25: error: no include path in which to search for limits.h
...................
./libavformat/avformat.h:1611: error: expected declaration specifiers or ‘...’ before ‘int64_t’
./libavformat/avformat.h:1611: error: expected declaration specifiers or ‘...’ before ‘int64_t’
./libavformat/avformat.h:1611: error: expected declaration specifiers or ‘...’ before ‘int64_t’
./libavformat/avformat.h:1802: error: expected declaration specifiers or ‘...’ before ‘int64_t’
./libavformat/avformat.h:1802: error: expected declaration specifiers or ‘...’ before ‘int64_t’
./libavformat/avformat.h:1828: error: expected ‘)’ before ‘’ token
./libavformat/avformat.h:1842: warning: type defaults to ‘int’ in declaration of ‘uint8_t’
./libavformat/avformat.h:1842: error: expected ‘;’, ‘,’ or ‘)’ before ‘’ token
./libavformat/avformat.h:1852: error: expected ‘)’ before ‘’ token
./libavformat/avformat.h:1897: error: expected declaration specifiers or ‘...’ before ‘int64_t’
./libavformat/avformat.h:1905: error: expected declaration specifiers or ‘...’ before ‘int64_t’
./libavformat/avformat.h:1905: error: expected declaration specifiers or ‘...’ before ‘int64_t’
make: ** [libavdevice/alldevices.o] Error 1
rake aborted!
******** Build failed ********
The text was updated successfully, but these errors were encountered: