1
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 21:07:29 +01:00

Set SRC_PATH correctly, fixes libpostproc compilation

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17629 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtognimp 2006-02-14 21:43:32 +00:00
parent c104d2bd5f
commit 55b40c3656

2
configure vendored
View File

@ -7220,7 +7220,7 @@ X11DIR = $_ld_x11
HAVE_XVMC_ACCEL = $_xvmc
# for FFmpeg
SRC_PATH=..
SRC_PATH=`pwd`
LIBPREF=lib
LIBSUF=.a
LIB=\$(LIBPREF)\$(NAME)\$(LIBSUF)