changeset 1817:a94e1560b026 libavformat

Remove useless conditional.
author diego
date Tue, 27 Feb 2007 00:18:38 +0000
parents 27ae0787cc6c
children 0c28d35086f5
files Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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