File: fix_dvdread_configure.patch

package info (click to toggle)
gmerlin-avdecoder 1.2.0~dfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,828 kB
  • sloc: ansic: 92,076; sh: 11,014; makefile: 729; sed: 16
file content (18 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: fix dvdread detection
Author: Romain Beauxis <toots@rastageeks.org>
Last-Update: 2010-08-13

--- gmerlin-avdecoder.orig/m4/check_funcs.m4
+++ gmerlin-avdecoder/m4/check_funcs.m4
@@ -944,11 +944,7 @@
     #include <stdio.h>
     main()
     {
-#if DVDREAD_VERSION < 905
-    return -1;
-#else
     return 0;
-#endif
     }
   ],
   [