Commit 25931c75 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

contrib: Fix previous commit (oops).

parent 54b8d8db
......@@ -999,7 +999,7 @@ else
endif
endif
# Update svn if needed
test -s ffmpeg/.svn && $(SVN) update ffmpeg || 1
test -s ffmpeg/.svn && $(SVN) update ffmpeg || true
(cd $<; $(HOSTCC) ./configure $(FFMPEGCONF) --prefix=$(PREFIX) --extra-cflags="$(CFLAGS) $(FFMPEG_CFLAGS) -DRUNTIME_CPUDETECT" --extra-ldflags="$(LDFLAGS)" --enable-gpl --enable-pp --disable-vhook --disable-ffserver --disable-ffmpeg --disable-network --disable-ffplay && make && make install-libs install-headers)
touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment