add more build controls
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / a52dec-0.7.3 / src / configure.incl
diff --git a/cinelerra-5.1/libzmpeg3/a52dec-0.7.3/src/configure.incl b/cinelerra-5.1/libzmpeg3/a52dec-0.7.3/src/configure.incl
deleted file mode 100644 (file)
index 495a4b4..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-AC_SUBST([A52DEC_CFLAGS])
-
-AC_ARG_ENABLE([gprof],[  --enable-gprof          make a version using gprof])
-if test x"$enable_gprof" = x"yes"; then
-    AC_DEFINE([A52DEC_GPROF],,[a52dec profiling])
-    A52DEC_CFLAGS="$A52DEC_CFLAGS -p"
-fi