]> git.pld-linux.org Git - packages/transcode.git/blame - transcode-ac.patch
- LDFLAGS, as there were problems on x86_64
[packages/transcode.git] / transcode-ac.patch
CommitLineData
67eacdcd
AM
1Index: 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.054423 seconds and 4 git commands to generate.