summaryrefslogtreecommitdiff
path: root/graphics/gmencoder/patches/patch-ac
blob: b37b8c44bfcec0d590776dd1e0bfba051f112dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ac,v 1.1.1.1 2003/07/26 13:55:04 jmmv Exp $

--- configure.orig	2003-06-12 17:48:46.000000000 +0200
+++ configure
@@ -3876,7 +3876,7 @@ done
 
 # Busco la versión de mplayer 
 echo -n checking for mplayer...
-MPLAYER=`type -path mplayer` 
+MPLAYER=`whereis mplayer` 
 if [ "$?" = "1" ] ; then
 	echo No mplayer found in your path
 fi
@@ -3901,7 +3901,7 @@ esac
 EXTRA_DEFS="$EXTRA_DEFS -D$VER -DMP_PATH=\\\"\"${MPLAYER}\\\"\""
 
 echo -n checking for mencoder...
-MENCODER=`type -path mencoder`
+MENCODER=`whereis mencoder`
 if [ "$?" = "1" ] ; then
 	echo No mencoder found in your path
 fi