At least the ffmpeg libraries get installed now...

This commit is contained in:
Ben "root" Anderson
2015-01-27 23:57:39 -06:00
parent 5f18a2aa4c
commit 2aed24ce46
2 changed files with 13 additions and 1 deletions
+6
View File
@@ -12,6 +12,12 @@ if WINDOWS
rm -f ../*.dll
endif
install:
cd ffmpeg && $(MAKE) install-libs
uninstall:
cd ffmpeg && $(MAKE) uninstall-libs
clean-local: del-dlls
cd ffmpeg && $(MAKE) clean