Skip to content

Commit 117a2b0

Browse files
committed
fix yuv build error
1 parent 36f8e6f commit 117a2b0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

do-compile/android/yuv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
# call common cmake build shell
18-
# ./cmake-compatible.sh
18+
./cmake-compatible.sh
1919

2020
mkdir -p ${MR_BUILD_PREFIX}/lib/pkgconfig
2121

do-compile/apple/yuv.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
# call common cmake build shell
1818
./cmake-compatible.sh
1919

20+
mkdir -p ${MR_BUILD_PREFIX}/lib/pkgconfig
21+
2022
echo "
2123
prefix=${MR_BUILD_PREFIX}
2224
includedir=\${prefix}/include

0 commit comments

Comments
 (0)