mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
Remove the gstreamer-videoutils submodule
This commit is contained in:
parent
f5d3c2d85d
commit
5deae3bcfb
3 changed files with 0 additions and 25 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,9 +1,6 @@
|
|||
[submodule "ext/codecparsers"]
|
||||
path = ext/codecparsers
|
||||
url = https://gitorious.org/vaapi/gstreamer-codecparsers.git
|
||||
[submodule "ext/videoutils"]
|
||||
path = ext/videoutils
|
||||
url = https://gitorious.org/vaapi/gstreamer-videoutils.git
|
||||
[submodule "ext/libvpx/upstream"]
|
||||
path = ext/libvpx/upstream
|
||||
url = https://chromium.googlesource.com/webm/libvpx
|
||||
|
|
|
@ -52,26 +52,5 @@ videoparsers_source_h = \
|
|||
|
||||
EXTRA_DIST += $(videoparsers_source_h:%.h=$(videoparsers_srcdir)/%.h)
|
||||
|
||||
videoutils_srcdir = \
|
||||
$(top_srcdir)/ext/videoutils/gst-libs/gst/video
|
||||
|
||||
videoutils_source_c = \
|
||||
gstvideodecoder.c \
|
||||
gstvideoencoder.c \
|
||||
gstvideoutils.c \
|
||||
video.c \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST += $(videoutils_source_c:%.c=$(videoutils_srcdir)/%.c)
|
||||
|
||||
videoutils_source_h = \
|
||||
gstvideodecoder.h \
|
||||
gstvideoencoder.h \
|
||||
gstvideoutils.h \
|
||||
video.h \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST += $(videoutils_source_h:%.h=$(videoutils_srcdir)/%.h)
|
||||
|
||||
# Extra clean files so that maintainer-clean removes *everything*
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit f56f0ca70eaa39dc8f66f61e991094b385ed71ff
|
Loading…
Reference in a new issue