mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
add FIXME about ffmpeg linking issues with static notcurses
This commit is contained in:
parent
0fda32f982
commit
3ec9983f02
@ -313,6 +313,8 @@ endif()
|
|||||||
file(GLOB NCSRCS CONFIGURE_DEPENDS src/media/*.c src/media/*.cpp)
|
file(GLOB NCSRCS CONFIGURE_DEPENDS src/media/*.c src/media/*.cpp)
|
||||||
add_library(notcurses SHARED ${NCSRCS} ${COMPATSRC})
|
add_library(notcurses SHARED ${NCSRCS} ${COMPATSRC})
|
||||||
if(${USE_STATIC})
|
if(${USE_STATIC})
|
||||||
|
# can't build binaries against static notcurses until ffmpeg linking issues
|
||||||
|
# are resolved (USE_STATIC_BINARIES) FIXME
|
||||||
add_library(notcurses-static STATIC ${NCSRCS} ${COMPATSRC})
|
add_library(notcurses-static STATIC ${NCSRCS} ${COMPATSRC})
|
||||||
else()
|
else()
|
||||||
add_library(notcurses-static STATIC EXCLUDE_FROM_ALL ${NCSRCS} ${COMPATSRC})
|
add_library(notcurses-static STATIC EXCLUDE_FROM_ALL ${NCSRCS} ${COMPATSRC})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user