aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLowell Smith <lowell@farmworks.com>2017-10-21 21:38:40 -0400
committerLowell Smith <lowell@farmworks.com>2017-10-21 21:38:40 -0400
commit08e447439dedd6527a745df8008e7b25adbaae0c (patch)
tree239bd5a2d637da432e8a41d1eceaac4b018bdec7
parent3c89015da2711dce5c96e39be66aa86c2c8ee6a1 (diff)
downloadvcpkg-08e447439dedd6527a745df8008e7b25adbaae0c.tar.gz
vcpkg-08e447439dedd6527a745df8008e7b25adbaae0c.zip
fix smpeg2 to use SDL2d in debug mode
-rw-r--r--ports/smpeg2/CMakeLists.txt2
-rw-r--r--ports/smpeg2/CONTROL2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/smpeg2/CMakeLists.txt b/ports/smpeg2/CMakeLists.txt
index 7cda2840a..aa36bbb21 100644
--- a/ports/smpeg2/CMakeLists.txt
+++ b/ports/smpeg2/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6)
project(SMPEG2 CXX)
find_path(SDL_INCLUDE_DIR SDL2/SDL.h)
-find_library(SDL_LIBRARY SDL2)
+find_library(SDL_LIBRARY NAMES SDL2d SDL2)
include_directories(${SDL_INCLUDE_DIR})
include_directories(${SDL_INCLUDE_DIR}/SDL2)
diff --git a/ports/smpeg2/CONTROL b/ports/smpeg2/CONTROL
index 9d00d9429..0b0bee21e 100644
--- a/ports/smpeg2/CONTROL
+++ b/ports/smpeg2/CONTROL
@@ -1,4 +1,4 @@
Source: smpeg2
-Version: 2.0.0-2
+Version: 2.0.0-3
Description: SDL MPEG Player Library
Build-Depends: sdl2