File: AllegroFindFFMPEG.cmake

package info (click to toggle)
allegro5 2%3A5.2.11.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,160 kB
  • sloc: ansic: 111,580; cpp: 12,589; objc: 4,605; java: 2,845; python: 2,715; javascript: 1,238; sh: 1,008; makefile: 41; xml: 25; pascal: 24
file content (13 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
# - Find FFMPEG
#
#  FFMPEG_FOUND       - true if FFMPEG is found
#  FFMPEG_CFLAGS      - required compiler flags
#  FFMPEG_LDFLAGS     - required linker flags

# -lavcodec -lavformat -lswscale

if(ALLEGRO_UNIX)
   pkg_check_modules(FFMPEG libavcodec libavformat libswscale libavutil)
endif()

# TODO: Windos and OSX