mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
miracle-wfdctl: encoding video stream with gstreamer library instead of
gst-launch-1.0
This commit is contained in:
parent
c458b273b1
commit
9b7d2a24cc
4 changed files with 48 additions and 86 deletions
|
@ -21,6 +21,7 @@ find_package(PkgConfig)
|
|||
pkg_check_modules (GLIB2 REQUIRED glib-2.0)
|
||||
pkg_check_modules (UDEV REQUIRED libudev)
|
||||
pkg_check_modules (SYSTEMD REQUIRED libsystemd)
|
||||
pkg_check_modules (GSTREAMER REQUIRED gstreamer-1.0)
|
||||
|
||||
include(CheckCCompilerFlag)
|
||||
check_c_compiler_flag(-fstack-protector-strong HAS_STACK_PROTCTOR_STRONG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue