diff Makefile @ 1817:a94e1560b026 libavformat

Remove useless conditional.
author diego
date Tue, 27 Feb 2007 00:18:38 +0000
parents 29962f054bd0
children 7ccf23e42481
line wrap: on
line diff
--- 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