summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorHarm van der Heijden <hrm@users.sourceforge.net>2001-12-11 02:26:58 +0000
committerHarm van der Heijden <hrm@users.sourceforge.net>2001-12-11 02:26:58 +0000
commit1416e359d0bfcb59d2021d3904b50dc55bbfe466 (patch)
tree70b528bb6b17cfbbcdc1d05bfe3d00813dd9909b /acconfig.h
parent92e1c20178c3517c3edb47936f4b532a575331d4 (diff)
downloadxine-lib-1416e359d0bfcb59d2021d3904b50dc55bbfe466.tar.gz
xine-lib-1416e359d0bfcb59d2021d3904b50dc55bbfe466.tar.bz2
- major code cleanup in dxr3enc driver. Still one big c file, but now
easy to split into core + fame + rte - now official support for librte-0.4 (zapping.sf.net); updated configure scripts, checks for librte added. Possible to compile both librte and libfame support in at the same time, configuration via .xinerc. - fixed YUY2 decoding, both for libfame and librte. Note: unifying dxr3enc (non-mpeg) and dxr3 (mpeg) seems rather easy right now. I think I'll wait with it for a bit, because perhaps the dxr3-dvd fixes need major replumbing in the dxr3 vo driver (but I don't expect that; all mpeg stuff is done in the dxr3 decoder plugin) CVS patchset: 1220 CVS date: 2001/12/11 02:26:58
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
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