Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
vbam-libretro
Commits
3e052c94
Commit
3e052c94
authored
Jan 18, 2018
by
orbea
Committed by
Rafael Kitover
Jan 18, 2018
Browse files
cmake: Fix -DENABLE_FFMPEG=OFF
parent
df0bd439
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wx/CMakeLists.txt
View file @
3e052c94
...
...
@@ -513,12 +513,14 @@ TARGET_LINK_LIBRARIES (
${
OPENAL_LIBRARY
}
)
join
(
"
${
FFMPEG_LDFLAGS
}
"
" "
FFMPEG_LDFLAGS_STR
)
set_target_properties
(
visualboyadvance-m
PROPERTIES LINK_FLAGS
${
FFMPEG_LDFLAGS_STR
}
)
if
(
ENABLE_FFMPEG
)
join
(
"
${
FFMPEG_LDFLAGS
}
"
" "
FFMPEG_LDFLAGS_STR
)
set_target_properties
(
visualboyadvance-m
PROPERTIES LINK_FLAGS
${
FFMPEG_LDFLAGS_STR
}
)
endif
(
ENABLE_FFMPEG
)
# Build a console app in debug mode on Windows
IF
(
WIN32 AND CMAKE_BUILD_TYPE STREQUAL Debug
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment