summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-22 21:51:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-22 21:51:41 +0000
commit916058bd22ac3e18c3450a4bf1ecb10562deea29 (patch)
tree142676ce6b6968afaeb413f38fd34e9430ec1a3a /vidix
parent5c1be94ba33caae90e1effa7389215e4eb9ebf08 (diff)
downloadmpv-916058bd22ac3e18c3450a4bf1ecb10562deea29.tar.bz2
mpv-916058bd22ac3e18c3450a4bf1ecb10562deea29.tar.xz
Use directory name as library name template.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26498 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index bd655a990f..6eeb66a444 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -1,6 +1,6 @@
include ../config.mak
-LIBNAME_MPLAYER = libvidix.a
+LIBNAME_MPLAYER = vidix.a
SRCS_MPLAYER = vidixlib.c \
drivers.c \