Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/evas
Dir : e17/libs/evas
Modified Files:
acconfig.h conf-e-x11.sh configure.in
Log Message:
yuv pixel import api (well arbitary pixel format import api) for doing media
sreams (video) via image objects
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/acconfig.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- acconfig.h 2 Apr 2003 04:28:25 -0000 1.7
+++ acconfig.h 10 Dec 2003 01:12:12 -0000 1.8
@@ -51,6 +51,7 @@
#undef BUILD_CONVERT_32_RGB_ROT0
#undef BUILD_CONVERT_32_RGB_ROT270
#undef BUILD_CONVERT_32_RGB_ROT90
+#undef BUILD_CONVERT_YUV
#undef BUILD_SCALE_SAMPLE
#undef BUILD_SCALE_SMOOTH
#undef BUILD_SCALE_TRILINEAR
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/conf-e-x11.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- conf-e-x11.sh 7 Sep 2003 11:24:48 -0000 1.3
+++ conf-e-x11.sh 10 Dec 2003 01:12:12 -0000 1.4
@@ -33,4 +33,5 @@
--enable-convert-32-rgb-rot-0 \
--enable-convert-32-rgb-rot-90 \
--enable-convert-32-rgb-rot-270 \
+--enable-convert-yuv \
$@
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/configure.in,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- configure.in 15 Oct 2003 04:20:29 -0000 1.62
+++ configure.in 10 Dec 2003 01:12:12 -0000 1.63
@@ -737,6 +737,19 @@
], AC_MSG_RESULT(no)
)
+AC_MSG_CHECKING(whether to build yuv converter code)
+
+AC_ARG_ENABLE(convert-yuv,
+ [ --enable-convert-yuv enable yuv converter code], [
+ if [ test "$enableval" = "yes" ]; then
+ AC_MSG_RESULT(yes)
+ AC_DEFINE(BUILD_CONVERT_YUV)
+ else
+ AC_MSG_RESULT(no)
+ fi
+ ], AC_MSG_RESULT(no)
+)
+
AC_SUBST(freetype_cflags)
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs