diff options
author | Måns Rullgård <mans@mansr.com> | 2008-06-19 16:57:38 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-06-19 16:57:38 +0000 |
commit | 9e6165b53eeef2932f2fd13a46c1b636719f7825 (patch) | |
tree | 124bb4be4ebc3f306a4c791cb1703db080834dc0 /Makefile | |
parent | 74d9441715a2c4b459df50f40025eac5ccb15e96 (diff) | |
download | ffmpeg-9e6165b53eeef2932f2fd13a46c1b636719f7825.tar.gz |
enable version.h to be created from subdirs
Originally committed as revision 13819 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -67,14 +67,6 @@ ffserver_g$(EXESUF): FF_LDFLAGS += $(FFSERVERLDFLAGS) %_g$(EXESUF): %.o cmdutils.o $(FF_DEP_LIBS) $(CC) $(FF_LDFLAGS) -o $@ $< cmdutils.o $(FF_EXTRALIBS) -SVN_ENTRIES = $(SRC_PATH_BARE)/.svn/entries -ifeq ($(wildcard $(SVN_ENTRIES)),$(SVN_ENTRIES)) -version.h: $(SVN_ENTRIES) -endif - -version.h: - $(SRC_PATH)/version.sh $(SRC_PATH) - output_example$(EXESUF): output_example.o $(FF_DEP_LIBS) $(CC) $(CFLAGS) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS) |