h6ah4i / android-openslmediaplayer

Re-implementation of Android's MediaPlayer and audio effect classes based on OpenSL ES APIs.
https://openslmediaplayer.h6ah4i.com
Apache License 2.0
419 stars 97 forks source link

dep_libs (/library/src/main/dep_libs) should not it be placed in jni folder? #46

Closed anonym24 closed 7 years ago

anonym24 commented 7 years ago

I'm just trying to push some of my android app project that uses android-openslmediaplayer library using git but it won't push/commit anything from C:/myApp/library/src/main/dep_libs

Commit failed with errors
0 files committed, 398 files failed to commit: first commitafwa
Not a git repository: C:/myApp/library/src/main/dep_libs/cxxdasp/../../../../../.git/modules/library/src/main/dep_libs/cxxdasp
Not a git repository: C:/myApp/library/src/main/dep_libs/openslescxx/../../../../../.git/modules/library/src/main/dep_libs/openslescxx
Not a git repository: C:/myApp/library/src/main/dep_libs/lockfreedatastructure/../../../../../.git/modules/library/src/main/dep_libs/lockfreedatastructure

screenshot_1

mb it's better to put this dep_libs folder inside jni folder?

project won't build without this folder

some links to this folder (from some .mk files in \library\src\main\jni)

CXXDASP_TOP_DIR := $(LOCAL_PATH)/../dep_libs/cxxdasp
CXXPORTHELPER_TOP_DIR := $(CXXDASP_TOP_DIR)/android/dep_libs/cxxporthelper
OPENSLESCXX_TOP_DIR := $(LOCAL_PATH)/../dep_libs/openslescxx
LFDS_TOP_DIR := $(LOCAL_PATH)/../dep_libs/lockfreedatastructure
can I just force push this folder (and its files)?
anonym24 commented 7 years ago

decided to ignore it in git and copy manually to project