rework keyframe hide popup, keyframe auto render, textbox set_selection wide text
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / a52dec-0.7.3 / src / configure.incl
1 AC_SUBST([A52DEC_CFLAGS])
2
3 AC_ARG_ENABLE([gprof],[  --enable-gprof          make a version using gprof])
4 if test x"$enable_gprof" = x"yes"; then
5     AC_DEFINE([A52DEC_GPROF],,[a52dec profiling])
6     A52DEC_CFLAGS="$A52DEC_CFLAGS -p"
7 fi