mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
migrate more gstreamer code to res/gstencoder
Change-Id: Id5098e37fb1eabb2906505f26969e6d8cedad519
This commit is contained in:
parent
b16f1e5a51
commit
9aa6ea14c2
2 changed files with 361 additions and 129 deletions
|
@ -49,4 +49,5 @@ gst1 = dependency('gstreamer-1.0')
|
|||
gst1_base = dependency('gstreamer-base-1.0')
|
||||
executable('gstencoder', 'gstencoder.vala',
|
||||
dependencies: [gst1, gst1_base, gio2],
|
||||
install: true)
|
||||
install: true,
|
||||
vala_args: ['--pkg=posix'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue