From c2aff6e32cbcca7d007d3bc8984d3cad24030b5e Mon Sep 17 00:00:00 2001 From: Sreerenj Balachandran Date: Tue, 19 Jan 2016 10:40:54 +0200 Subject: Remove videoparser patches --- configure.ac | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.1