diff options
author | Måns Rullgård <mans@mansr.com> | 2008-05-26 06:34:57 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-05-26 06:34:57 +0000 |
commit | 0147b92ea55999730b53db8a591ee068b8360f39 (patch) | |
tree | 189a779bb7adbcd95701e313bf500a026c6869fa /subdir.mak | |
parent | 8999c833d10f94572faeace1870137778005d226 (diff) | |
download | ffmpeg-0147b92ea55999730b53db8a591ee068b8360f39.tar.gz |
Revert "Add version information to DLLs."
Revert "Forgot to commit changes to subdir.mak in last revision."
Originally committed as revision 13426 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'subdir.mak')
-rw-r--r-- | subdir.mak | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/subdir.mak b/subdir.mak index 448d064e07..68850c80ba 100644 --- a/subdir.mak +++ b/subdir.mak @@ -27,9 +27,7 @@ install-libs: install-lib$(NAME)-shared $(SUBDIR)$(SLIBNAME): $(SUBDIR)$(SLIBNAME_WITH_MAJOR) cd ./$(SUBDIR) && $(LN_S) $(SLIBNAME_WITH_MAJOR) $(SLIBNAME) -$(SUBDIR)$(SLIB_EXTRA_OBJS): $(SLIB_EXTRA_DEP) - -$(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS) $(SUBDIR)$(SLIB_EXTRA_OBJS) +$(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS) $(SLIB_CREATE_DEF_CMD) $(CC) $(SHFLAGS) $(FFLDFLAGS) -o $$@ $$^ $(FFEXTRALIBS) $(EXTRAOBJS) $(SLIB_EXTRA_CMD) |