]> git.pld-linux.org Git - packages/avifile.git/blob - avifile-without_qt.patch
- xvid is available on all archs; fixed mistaken dir exclusion
[packages/avifile.git] / avifile-without_qt.patch
1 diff -Nru avifile0.7-0.7.37.orig/samples/qtvidcap/Makefile.am avifile0.7-0.7.37/samples/qtvidcap/Makefile.am
2 --- avifile0.7-0.7.37.orig/samples/qtvidcap/Makefile.am 2003-05-12 09:10:49.000000000 +0200
3 +++ avifile0.7-0.7.37/samples/qtvidcap/Makefile.am      2003-08-11 22:20:09.036914568 +0200
4 @@ -1,7 +1,7 @@
5  SUBDIRS = . scripts
6  
7  if AMM_USE_QT
8 -QT_AVICAP = avicap
9 +QT_AVICAP = avirec avicap
10  else
11  QT_AVICAP =
12  endif
13 @@ -11,7 +11,7 @@
14  
15  EXTRA_DIST= $(pkgdata_DATA)
16  
17 -bin_PROGRAMS = kv4lsetup avirec $(QT_AVICAP)
18 +bin_PROGRAMS = kv4lsetup $(QT_AVICAP)
19  
20  noinst_HEADERS = \
21   avicapwnd.h \
This page took 0.06124 seconds and 3 git commands to generate.