File: svn_809.diff

package info (click to toggle)
dvbstreamer 2.1.0-5.8
  • links: PTS
  • area: main
  • in suites: sid
  • size: 5,676 kB
  • sloc: ansic: 42,193; sh: 10,230; python: 519; makefile: 363
file content (29 lines) | stat: -rw-r--r-- 1,239 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ------------------------------------------------------------------------
# r809 | charrea6 | 2011-07-04 23:13:31 +0200(lun, 04 lug 2011) | 1 line
# 
# #3238776 - does not compile with libev4 (patch)
# ------------------------------------------------------------------------
Index: trunk/configure.in
===================================================================
--- trunk/configure.in	(revisione 808)
+++ trunk/configure.in	(revisione 809)
@@ -9,9 +9,9 @@
 dnl     Exception to this rule is the Major version 0, minor version will be
 dnl     incremented until we are ready to say DVBStreamer is no longer alpha.
 dnl ---------------------------------------------------------------------------
-AC_INIT(dvbstreamer, 2.0.0)
+AC_INIT(dvbstreamer, 2.1.0)
 DVBSTREAMER_MAJOR=2
-DVBSTREAMER_MINOR=0
+DVBSTREAMER_MINOR=1
 DVBSTREAMER_MICRO=0
 
 AC_SUBST(DVBSTREAMER_MAJOR)
@@ -188,7 +188,6 @@
 dnl Check for libev
 dnl ---------------------------------------------------------------------------
 AC_CHECK_HEADER([ev.h], [], [AC_MSG_FAILURE([libev header file not found])])
-AC_CHECK_LIB([ev], [ev_loop], [], [AC_MSG_FAILURE([libev not found])])
 LIBS=""
 
 dnl ---------------------------------------------------------------------------