-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
1, check out all code.
2, goto the <root source code directory>, which contains "3rdParties, cmake,
CMakeLists.txt, document, Projects, Sources".
3, mkdir -p build/X86.HongFei?
4, cd build/X86.HongFei?
5, ccmake ../..
6, config it, the begin build.
7, you need first build ffmpeg
make ds_gnupkg_config make ds_gunpkg_build
8, after build ffmpeg, you can build application.
make
9, after build, you can find executables under bin/ and lib/.
10, then, you can run sdlplayer or others.
________________________
A parenthetical remark:
5,when you run here,input the c word and use the defaults values
8, config ing libffmpeg_cfg report bug:
options:
Out of tree builds are impossible with config.h in source dir.
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
[email protected] mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.
make[3]: *** [libffmpeg_cfg] error 1
make[2]: *** [CMakeFiles/libffmpeg_cfg.dir/all] error 2
make[1]: *** [CMakeFiles/ds_gnupkg_config.dir/rule] error 2
make: *** [ds_gnupkg_config] error 2
Original issue reported on code.google.com by [email protected] on 19 Jun 2011 at 1:46