mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
meson: Add a subproject wrap file for x264
This allows building x264enc from -ugly on all platforms.
This commit is contained in:
parent
f42544cb6b
commit
0f55b18c8c
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -49,5 +49,6 @@ subprojects/json-glib/
|
|||
subprojects/orc/
|
||||
subprojects/libsoup/
|
||||
subprojects/FFmpeg/
|
||||
subprojects/x264/
|
||||
prefix/
|
||||
pygobject
|
||||
|
|
5
subprojects/x264.wrap
Normal file
5
subprojects/x264.wrap
Normal file
|
@ -0,0 +1,5 @@
|
|||
[wrap-git]
|
||||
directory=x264
|
||||
url=https://gitlab.freedesktop.org/gstreamer/meson-ports/x264.git
|
||||
push-url=git@gitlab.freedesktop.org:gstreamer/meson-ports/x264.git
|
||||
revision=157.2945-meson
|
Loading…
Reference in a new issue