summaryrefslogtreecommitdiff
path: root/cmake/FindFFMPEG.cmake
diff options
context:
space:
mode:
authorStelios Tsampas <loathingkernel@gmail.com>2017-07-31 17:09:40 +0300
committerStelios Tsampas <loathingkernel@gmail.com>2017-07-31 17:09:40 +0300
commita93c5c542042b582f2da765aa386772dc8437f01 (patch)
tree9c34038ebc8f59106c6b1312e57b4f88f6088da1 /cmake/FindFFMPEG.cmake
parent3912ad309e60ca9e97a72baa9a2e651c6a5ab198 (diff)
downloadpcsxr-a93c5c542042b582f2da765aa386772dc8437f01.tar.gz
* Fix CMake to include PGXP sources. Import updated translations.
Includes some small fixes on CMake, such as prettier status messages, host and target arch detection (taken from PCSX2), and various other small errors.
Diffstat (limited to 'cmake/FindFFMPEG.cmake')
-rw-r--r--cmake/FindFFMPEG.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindFFMPEG.cmake b/cmake/FindFFMPEG.cmake
index 3b53b446..9065fed6 100644
--- a/cmake/FindFFMPEG.cmake
+++ b/cmake/FindFFMPEG.cmake
@@ -25,7 +25,7 @@ MACRO(FFMPEG_FIND varname shortname headername)
ENDIF()
IF(${varname}_INCLUDE_DIR STREQUAL "${varname}_INCLUDE_DIR-NOTFOUND")
- message(STATUS "look for newer strcture")
+ message(STATUS "Look for newer structure")
IF(NOT WIN32)
PKG_CHECK_MODULES(PC_${varname} "lib${shortname}")