diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index a786c61f8..654490be5 100644 --- a/acconfig.h +++ b/acconfig.h @@ -94,6 +94,12 @@ /* Define this if you have ip_mreqn in netinet/in.h */ #undef HAVE_IP_MREQN +/* Define this if you have libfame mpeg encoder installed (fame.sf.net) */ +#undef HAVE_LIBFAME + +/* Define this if you have librte mpeg encoder installed (zapping.sf.net) */ +#undef HAVE_LIBRTE + /* Define one of these to select libmad fixed point arithmetic implementation */ #undef FPM_INTEL #undef FPM_64BIT |