From: mchalain
This patch creates the --enable-mtdev configure's option with
"auto" as default value.
If mtdv library is not available the mtdev functions are replaced
by empty macros.
To simplify the Makefile.am evdev source files are placed inside
a static library. The other reason of this modi
On 25/06/2013 17:59, Marc Chalain wrote:
2013/6/25
On 25/06/2013 17:28, mchalain [marc.chal...@gmail.com] wrote:
From: mchalain
AC_CHECK_LIB([jpeg], [jpeg_CreateDecompress], have_jpeglib=yes)
if test x$have_jpeglib = xyes; then
JPEG_LIBS="-ljpeg"
@@ -259,8 +269,8 @@ AS_IF
2013/6/25
> On 25/06/2013 17:28, mchalain [marc.chal...@gmail.com] wrote:
>
>> From: mchalain
>>
>
>AC_CHECK_LIB([jpeg], [jpeg_CreateDecompress], have_jpeglib=yes)
>> if test x$have_jpeglib = xyes; then
>> JPEG_LIBS="-ljpeg"
>> @@ -259,8 +269,8 @@ AS_IF([test "x$enable_resize_optimiza
On 25/06/2013 17:28, mchalain [marc.chal...@gmail.com] wrote:
From: mchalain
This patch creates the --enable-mtdev configure's option with
"auto" as default value.
If mtdv library is not available the mtdev functions are replaced
by empty macros.
To simplify the Makefile.am evdev source files a
From: mchalain
This patch creates the --enable-mtdev configure's option with
"auto" as default value.
If mtdv library is not available the mtdev functions are replaced
by empty macros.
To simplify the Makefile.am evdev source files are placed inside
a static library. The other reason of this modi