Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[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
new file mode 100644 (file)
index 0000000..495a4b4
--- /dev/null
@@ -0,0 +1,7 @@
+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