# HG changeset patch # User diego # Date 1172535518 0 # Node ID a94e1560b02674f1648a92f2471137235b5631ee # Parent 27ae0787cc6ca4d1898b7c30437de9173961459a Remove useless conditional. diff -r 27ae0787cc6c -r a94e1560b026 Makefile --- a/Makefile Sun Feb 25 19:23:14 2007 +0000 +++ b/Makefile Tue Feb 27 00:18:38 2007 +0000 @@ -171,9 +171,7 @@ endif NAME=avformat -ifeq ($(BUILD_SHARED),yes) LIBVERSION=$(LAVFVERSION) LIBMAJOR=$(LAVFMAJOR) -endif include ../common.mak