Changeset e485e51310d8e40e78a096c1b0804d055aed90a0

Show
Ignore:
Timestamp:
02/09/08 17:32:03 (7 months ago)
Author:
Pavlov Konstantin <thresh@videolan.org>
git-committer:
Pavlov Konstantin <thresh@videolan.org> 1202574723 +0000
git-parent:

[c3ef13597496b9dcbbfa53c68064a087e66ae4f6]

git-author:
Pavlov Konstantin <thresh@videolan.org> 1202574723 +0000
Message:

Fix erroneous [25032].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/buildsystem/cmake/CMakeLists/src_CMakeLists.txt

    rc3ef135 re485e51  
    261261endif(NOT APPLE) 
    262262 
    263 set_target_properties(libvlc libvlc-control PROPERTIES LDFLAGS "${LINK_FLAGS} ${CMAKE_THREAD_LIBS_INIT}") 
     263target_link_libraries(libvlc "${CMAKE_THREAD_LIBS_INIT}") 
     264target_link_libraries(libvlc-control "${CMAKE_THREAD_LIBS_INIT}") 
     265 
    264266set_target_properties(libvlc libvlc-control vlc PROPERTIES COMPILE_FLAGS 
    265267    "-Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -I${CMAKE_BINARY_DIR}/src -I${CMAKE_BINARY_DIR}/include" )