Skip to content

Commit c74e340

Browse files
committed
bump ver, link against android media libraries
1 parent f3dd834 commit c74e340

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ elseif (ANDROID)
6767
${CMAKE_SOURCE_DIR}/lib/arm64-v8a/libvpx.a
6868
${CMAKE_SOURCE_DIR}/lib/arm64-v8a/libx264.a
6969
${CMAKE_SOURCE_DIR}/lib/arm64-v8a/libx265.a
70+
android
71+
mediandk
72+
log
7073
) # android
7174
elseif(ANDROID_ABI STREQUAL "armeabi-v7a")
7275
add_definitions(-D__USE_FILE_OFFSET64)
@@ -83,6 +86,9 @@ elseif (ANDROID)
8386
${CMAKE_SOURCE_DIR}/lib/armeabi-v7a/libvpx.a
8487
${CMAKE_SOURCE_DIR}/lib/armeabi-v7a/libx264.a
8588
${CMAKE_SOURCE_DIR}/lib/armeabi-v7a/libx265.a
89+
android
90+
mediandk
91+
log
8692
) # android
8793
endif()
8894
else ()

mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"geode": "5.0.0-beta.1",
2+
"geode": "5.0.0-beta.2",
33
"gd": {
44
"win": "*",
55
"android": "*",
@@ -13,7 +13,7 @@
1313
},
1414
"id": "eclipse.ffmpeg-api",
1515
"name": "FFmpeg API",
16-
"version": "v1.2.2",
16+
"version": "v2.0.0",
1717
"developers": ["Eclipse Team", "maxnu", "Prevter"],
1818
"description": "Interaction with FFmpeg made easy",
1919
"tags": ["utility", "offline", "developer", "api"],

0 commit comments

Comments
 (0)