Skip to content

Commit

Permalink
Merge pull request #43 from jeljeli/hevc_rext
Browse files Browse the repository at this point in the history
fix gcc compilation error
  • Loading branch information
pcabarat committed Aug 19, 2016
2 parents e9fc301 + 8c959b2 commit dc94771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -364,7 +364,7 @@ add_library (LibOpenHevcWrapper ${libfilenames} ${YASM_OBJECTS})
if(CRYPTOPP_FOUND)
target_link_libraries(LibOpenHevcWrapper cryptopp)
else()
target_link_libraries(LibOpenHevcWrapper)
target_link_libraries(LibOpenHevcWrapper m)
endif()

include_directories(. gpac/modules/openhevc_dec/ platform/x86/)
Expand Down

0 comments on commit dc94771

Please sign in to comment.