Mercurial > mplayer.hg
comparison configure @ 34962:8446e92c7bc2
Fix dependency generation with current FFmpeg.
author | cehoyos |
---|---|
date | Sun, 29 Jul 2012 19:50:30 +0000 |
parents | 168c8697f9fc |
children | 667130006055 |
comparison
equal
deleted
inserted
replaced
34961:168c8697f9fc | 34962:8446e92c7bc2 |
---|---|
8254 CC_O = -o \$@ | 8254 CC_O = -o \$@ |
8255 CC_C = -c | 8255 CC_C = -c |
8256 LD = gcc | 8256 LD = gcc |
8257 RANLIB = $_ranlib | 8257 RANLIB = $_ranlib |
8258 YASM = $_yasm | 8258 YASM = $_yasm |
8259 YASMDEP = $_yasm | 8259 DEPYASM = $_yasm |
8260 YASMFLAGS = $YASMFLAGS | 8260 YASMFLAGS = $YASMFLAGS |
8261 | 8261 |
8262 CONFIG_STATIC = yes | 8262 CONFIG_STATIC = yes |
8263 SRC_PATH = . | 8263 SRC_PATH = . |
8264 LIBPREF = lib | 8264 LIBPREF = lib |