access buf
This commit is contained in:
@@ -10,6 +10,7 @@ add_definitions(-DCMAKE_EXPORT_COMPILE_COMMANDS=ON)
|
||||
# Find packages go here.
|
||||
find_package(PkgConfig)
|
||||
find_package(Threads REQUIRED)
|
||||
find_package(OpenSSL REQUIRED)
|
||||
pkg_search_module(GLIB REQUIRED glib-2.0)
|
||||
pkg_check_modules(GSTREAMER REQUIRED gstreamer-1.0)
|
||||
|
||||
@@ -29,3 +30,4 @@ target_link_libraries(gst-peek ${GSTREAMER_LIBRARIES})
|
||||
target_link_libraries(gst-peek ${GSTREAMER_APP_LIBRARIES})
|
||||
target_link_libraries(gst-peek ${GSTREAMER_VIDEO_LIBRARIES} )
|
||||
target_link_libraries(gst-peek Threads::Threads)
|
||||
target_link_libraries(gst-peek OpenSSL::Crypto)
|
||||
|
Reference in New Issue
Block a user