Refreshed 99_ltmain_as-needed.patch to apply cleanly again
diff --git a/debian/patches/99_ltmain_as-needed.patch b/debian/patches/99_ltmain_as-needed.patch
index 0ba3a6a..73f5f2f 100644
--- a/debian/patches/99_ltmain_as-needed.patch
+++ b/debian/patches/99_ltmain_as-needed.patch
@@ -1,8 +1,8 @@
-Index: gstreamer0.10-0.10.31.2/ltmain.sh
-===================================================================
---- gstreamer0.10-0.10.31.2.orig/ltmain.sh	2011-01-06 19:14:25.000000000 +0100
-+++ gstreamer0.10-0.10.31.2/ltmain.sh	2011-01-08 17:05:29.823838983 +0100
-@@ -4716,6 +4716,11 @@
+diff --git a/ltmain.sh b/ltmain.sh
+index c7d06c3..7bc27f2 100644
+--- a/ltmain.sh
++++ b/ltmain.sh
+@@ -5800,6 +5800,11 @@ func_mode_link ()
  	arg=$func_stripname_result
  	;;
  
@@ -14,7 +14,7 @@
        -Wl,*)
  	func_stripname '-Wl,' '' "$arg"
  	args=$func_stripname_result
-@@ -5070,6 +5075,15 @@
+@@ -6163,6 +6168,15 @@ func_mode_link ()
  	lib=
  	found=no
  	case $deplib in
@@ -27,6 +27,6 @@
 +	  fi
 +	  continue
 +	  ;;
- 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
+ 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
+         |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
  	  if test "$linkmode,$pass" = "prog,link"; then
- 	    compile_deplibs="$deplib $compile_deplibs"