This commit is contained in:
刘可亮 2025-01-15 15:32:38 +08:00
parent 1b2a92286b
commit 82c70cf1ae
3 changed files with 0 additions and 6032 deletions

View File

@ -137,28 +137,6 @@ if(DEFINED CMAKE_INSTALL_FULL_LIBDIR)
install(TARGETS jpeg_encode_test RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}")
endif() # CMAKE_INSTALL_FULL_LIBDIR
############################### jpeg_decode_test #######################################
add_executable(jpeg_decode_test_1606 jpeg_decode_test_1606.c)
target_link_libraries(jpeg_decode_test_1606 mpp_decoder)
set_target_properties(jpeg_decode_test_1606 PROPERTIES INSTALL_RPATH "/usr/local/lib")
if(DEFINED CMAKE_INSTALL_FULL_LIBDIR)
install(TARGETS jpeg_decode_test_1606 RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}")
endif() # CMAKE_INSTALL_FULL_LIBDIR
############################### jpeg_encode #######################################
add_executable(jpeg_encode_test_1606 jpeg_encode_test_1606.c)
target_link_libraries(jpeg_encode_test_1606 mpp_encoder)
set_target_properties(jpeg_encode_test_1606 PROPERTIES INSTALL_RPATH "/usr/local/lib")
if(DEFINED CMAKE_INSTALL_FULL_LIBDIR)
install(TARGETS jpeg_encode_test_1606 RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}")
endif() # CMAKE_INSTALL_FULL_LIBDIR
############################### mpp_video #######################################
add_executable(mpp_video_test mpp_video.c mpp_video_test.c bit_stream_parser.c)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff