]> git.pld-linux.org Git - packages/transcode.git/blob - transcode-ac.patch
- ver. 1.0.3, nfy
[packages/transcode.git] / transcode-ac.patch
1 Index: transcode-1.0.2/acinclude.m4
2 ===================================================================
3 --- transcode-1.0.2.orig/acinclude.m4
4 +++ transcode-1.0.2/acinclude.m4
5 @@ -92,7 +92,8 @@ buffer.memory = V4L2_MEMORY_MMAP
6  ],    [AC_DEFINE([HAVE_STRUCT_V4L2_BUFFER], 1,
7          [define if your videodev2 header has struct v4l2_buffer])
8          AC_MSG_RESULT([yes])],
9 -      [v4l2=no AC_MSG_RESULT([no])])
10 +      [v4l2=no
11 +       AC_MSG_RESULT([no])])
12    fi
13  
14    if test x"$v4l" = x"yes" -o x"$v4l2" = x"yes" ; then
This page took 0.060934 seconds and 3 git commands to generate.