fix smpeg2 to use SDL2d in debug mode

This commit is contained in:
Lowell Smith 2017-10-21 21:38:40 -04:00
parent 3c89015da2
commit 08e447439d
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -1,4 +1,4 @@
Source: smpeg2
Version: 2.0.0-2
Version: 2.0.0-3
Description: SDL MPEG Player Library
Build-Depends: sdl2