mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
subprojects: fix openh264 wrap commit
Meson was literally trying to check out tag/revision 'a1b3f07c5271f312997fcc3451237031444c4475 # 1.8.0 + fix for gcc 8.' which doesn't exist of course.
This commit is contained in:
parent
2a675954c4
commit
1e21d789ae
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
[wrap-git]
|
||||
directory=openh264
|
||||
url=https://github.com/cisco/openh264.git
|
||||
revision=a1b3f07c5271f312997fcc3451237031444c4475 # 1.8.0 + fix for gcc 8.
|
||||
revision=a1b3f07c5271f312997fcc3451237031444c4475
|
||||
|
|
Loading…
Reference in a new issue