Skip to content

CMakeLists of ffmpeg 4.1, this can be used to debug ffmpeg in CLion.

License

Notifications You must be signed in to change notification settings

cirno99/ffmpeg-4.1-cmake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dependency

  • libx264
  • fdk_aac

configure args

configure --extra-libs=-lpthread --extra-libs=-lm --enable-gpl --enable-libfdk_aac --enable-libx264 --enable-nonfree --disable-asm

files generated by configure and make

  • config.h
  • libavcode/bsf_list.c
  • libavcode/codec_list.c
  • libavcode/parser_list.c
  • libavdevice/indev_list.c
  • libavdevice/outdev_list.c
  • libavfilter/filter_list.c
  • libavformat/demuxer_list.c
  • libavformat/muxer_list.c
  • libavformat/protocol_list.c
  • libavutil/config.h

About

CMakeLists of ffmpeg 4.1, this can be used to debug ffmpeg in CLion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.5%
  • Assembly 6.7%
  • Makefile 1.3%
  • C++ 0.2%
  • Objective-C 0.1%
  • Shell 0.1%
  • Other 0.1%