Remove unnecessary FFmpeg hack from config.mak.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26961 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-06-02 11:08:04 +00:00
parent c4df30a358
commit 32ed434840
1 changed files with 0 additions and 2 deletions

2
configure vendored
View File

@ -7590,8 +7590,6 @@ DATADIR = \$(DESTDIR)$_datadir
MANDIR = \$(DESTDIR)$_mandir
CONFDIR = \$(DESTDIR)$_confdir
LIBDIR = \$(DESTDIR)$_libdir
# FFmpeg uses libdir instead of LIBDIR
libdir = \$(LIBDIR)
AR = $_ar
CC = $_cc
CXX = $_cc