mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
fix smpeg2 to use SDL2d in debug mode
This commit is contained in:
parent
3c89015da2
commit
08e447439d
@ -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)
|
||||
|
@ -1,4 +1,4 @@
|
||||
Source: smpeg2
|
||||
Version: 2.0.0-2
|
||||
Version: 2.0.0-3
|
||||
Description: SDL MPEG Player Library
|
||||
Build-Depends: sdl2
|
||||
|
Loading…
x
Reference in New Issue
Block a user