Skip to content

Commit

Permalink
Change path to lib in example
Browse files Browse the repository at this point in the history
  • Loading branch information
valbok committed Aug 20, 2023
1 parent 326af5b commit 21b3908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/qml_video/qml_video.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = qml_video
INCLUDEPATH += . ../../src/QtAVPlayer
INCLUDEPATH += . ../../src
include(../../src/QtAVPlayer/QtAVPlayer.pri)
# Example
ANDROID_EXTRA_LIBS += /opt/mobile-ffmpeg/prebuilt/android-arm/ffmpeg/lib/libavdevice.so \
Expand Down

0 comments on commit 21b3908

Please sign in to comment.