fix clean of vpx project
This commit is contained in:
parent
1fe16046b7
commit
65a0d1ce28
2 changed files with 4 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -306,6 +306,7 @@ $(LIBVPX_BUILD_DIR)/x86/libvpx.a:
|
|||
build-vpx: $(BUILD_VPX_DEPS)
|
||||
|
||||
clean-vpx:
|
||||
cd $(LIBVPX_SRC_DIR) && git clean -dfx && git reset --hard
|
||||
rm -rf submodules/externals/build/libvpx/arm && \
|
||||
rm -rf submodules/externals/build/libvpx/x86
|
||||
|
||||
|
@ -491,7 +492,7 @@ run-all-tests:
|
|||
$(MAKE) -C tests run-all-tests
|
||||
|
||||
clean-ndk-build:
|
||||
$(NDK_PATH)/ndk-build clean $(LIBLINPHONE_OPTIONS)
|
||||
- $(NDK_PATH)/ndk-build clean $(LIBLINPHONE_OPTIONS)
|
||||
ant clean
|
||||
@if [ -f $(TOPDIR)/submodules/linphone/mediastreamer2/java/project.properties ]; then \
|
||||
cd $(TOPDIR)/submodules/linphone/mediastreamer2/java && ant clean; \
|
||||
|
@ -499,6 +500,7 @@ clean-ndk-build:
|
|||
|
||||
.NOTPARALLEL clean-native: clean-ndk-build clean-ffmpeg clean-x264 clean-openh264 clean-vpx
|
||||
|
||||
|
||||
java-clean:
|
||||
ant clean
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8a6a2e4ccacc4f1c9c7d410eecfd5998e02bc453
|
||||
Subproject commit 48a5ba6d98756ac4a916fef6f89ecd171253fc8e
|
Loading…
Reference in a new issue