Skip to content

Commit

Permalink
patch by @teamgram
Browse files Browse the repository at this point in the history
  • Loading branch information
wubenqi committed Oct 6, 2024
1 parent 958c427 commit 7ac00d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Telegram/build/prepare/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,12 +1020,15 @@ def runStages():
-D WITH_SvtEnc=OFF \\
-D WITH_RAV1E=OFF \\
-D WITH_DAV1D=ON \\
-D DAV1D_INCLUDE_DIR=USED_PREFIX/include/ \\
-D DAV1D_LIBRARY=$USED_PREFIX/lib/libdav1d.a \\
-D WITH_LIBDE265=ON \\
-D LIBDE265_INCLUDE_DIR=$USED_PREFIX/include/ \\
-D LIBDE265_LIBRARY=$USED_PREFIX/lib/libde265.a \\
-D LIBSHARPYUV_INCLUDE_DIR=$USED_PREFIX/include/webp/ \\
-D LIBSHARPYUV_LIBRARY=$USED_PREFIX/lib/libsharpyuv.a \\
-D WITH_EXAMPLES=OFF
-D WITH_EXAMPLES=OFF \\
-D WITH_GDK_PIXBUF=OFF
cmake --build . --config MinSizeRel $MAKE_THREADS_CNT
cmake --install . --config MinSizeRel
""")
Expand Down

0 comments on commit 7ac00d8

Please sign in to comment.