File: AllegroFindFFMPEG.cmake

package info (click to toggle)
allegro5 2%3A5.2.10.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 10,872 kB
  • sloc: ansic: 109,795; cpp: 12,976; objc: 4,592; java: 2,845; python: 2,595; javascript: 1,238; sh: 1,008; makefile: 41; xml: 27; pascal: 24
file content (13 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (7)
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