Skip to content

Commit

Permalink
[what] 添加解码示例
Browse files Browse the repository at this point in the history
  • Loading branch information
HR1025 committed Sep 19, 2024
1 parent e75f40a commit 4b1e107
Show file tree
Hide file tree
Showing 3 changed files with 455 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ target_include_directories(test_gl_compositor PUBLIC ${MMP_SAMPLE_INCS})
add_executable(test_gl_transition ${MMP_SAMPLE_SRCS} ${CMAKE_CURRENT_SOURCE_DIR}/test_gl_transition.cpp)
target_link_libraries(test_gl_transition ${MMP_SAMPLE_LIBS})
target_include_directories(test_gl_transition PUBLIC ${MMP_SAMPLE_INCS})

add_executable(test_decoder ${MMP_SAMPLE_SRCS} ${CMAKE_CURRENT_SOURCE_DIR}/test_decoder.cpp)
target_link_libraries(test_decoder ${MMP_SAMPLE_LIBS})
target_include_directories(test_decoder PUBLIC ${MMP_SAMPLE_INCS})
2 changes: 1 addition & 1 deletion Core
Submodule Core updated 1 files
+12 −0 Codec/CodecFactory.cpp
Loading

0 comments on commit 4b1e107

Please sign in to comment.