summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2016-01-19 10:40:54 +0200
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-01-19 13:16:43 +0100
commitc2aff6e32cbcca7d007d3bc8984d3cad24030b5e (patch)
treeb489f6ea2c42fcbcbf9df737d8db23906b4898cc /configure.ac
parentef36e88f255f0f706bc9b791259848b40d2eafbb (diff)
downloadgst-vaapi-c2aff6e32cbcca7d007d3bc8984d3cad24030b5e.tar.gz
Remove videoparser patches
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 46299d67..0926c86e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,14 +143,6 @@ AC_ARG_WITH([glapi],
[build with the specified OpenGL APIs @<:@default=default_glapi@:>@]),
[GLAPI="$with_glapi"], [GLAPI=default_glapi])
-dnl Check for PATCH
-AC_ARG_VAR([PATCH], [Path to patch program, if any])
-AC_PATH_PROG([PATCH], [patch])
-if test -z "$PATCH" -a "$enable_builtin_videoparsers" = "yes"; then
- AC_MSG_ERROR([patch is needed to apply patches for built videoparsers
-sources])
-fi
-
dnl Check for basic libraries
AC_CHECK_LIB(m, tan)
@@ -1106,8 +1098,6 @@ debian.upstream/libgstvaapi-x11.install.in
gst-libs/gst/vaapi/Makefile
gst/Makefile
gst/vaapi/Makefile
- patches/Makefile
- patches/videoparsers/Makefile
tests/Makefile
])
AC_OUTPUT