1
0
Fork 0
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:
Derek Dai 2017-03-03 17:15:30 +08:00
parent c458b273b1
commit 9b7d2a24cc
No known key found for this signature in database
GPG key ID: E109CC97553EF009
4 changed files with 48 additions and 86 deletions

View file

@ -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)