aboutsummaryrefslogtreecommitdiff
path: root/ports/smpeg2
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2021-01-05 21:33:13 +0100
committerGitHub <noreply@github.com>2021-01-05 12:33:13 -0800
commit0a262e7d6111af798669c4b481eb2f30b3b86fb1 (patch)
treec803e735e47a3602f3e937b65ffd9b647ef6b49a /ports/smpeg2
parent109ce457421dbef04011a7e5a4fd482f61e21f62 (diff)
downloadvcpkg-0a262e7d6111af798669c4b481eb2f30b3b86fb1.tar.gz
vcpkg-0a262e7d6111af798669c4b481eb2f30b3b86fb1.zip
[sdl2] Update to 2.0.14 (#15398)
* [sdl2] Update to 2.0.14 * Revert "[sdl2] Update to 2.0.14" This reverts commit b8e82e0dacb3877febd1f32e9b92c90fd8c0db19. * [sdl2] Update to 2.0.14 * [sdl2] Fix manifest formatting * [sdl2] Change the shared library preprocessor symbol name to DLL_EXPORT for compatibility with SDL 2.0.14 Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
Diffstat (limited to 'ports/smpeg2')
-rw-r--r--ports/smpeg2/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/smpeg2/CMakeLists.txt b/ports/smpeg2/CMakeLists.txt
index b0e284b05..5515c698f 100644
--- a/ports/smpeg2/CMakeLists.txt
+++ b/ports/smpeg2/CMakeLists.txt
@@ -45,7 +45,7 @@ add_library(smpeg2
MPEGsystem.cpp
smpeg.cpp)
-set_target_properties(smpeg2 PROPERTIES DEFINE_SYMBOL SDL2_EXPORTS)
+set_target_properties(smpeg2 PROPERTIES DEFINE_SYMBOL DLL_EXPORT)
if(BUILD_SHARED_LIBS)
target_link_libraries(smpeg2 SDL2::SDL2)
else()