Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
valbok authored May 29, 2024
1 parent 5d3602d commit ef4920f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ Include [QtAVPlayer.cmake](https://github.com/valbok/QtAVPlayer/blob/master/src/
add_executable(${PROJECT_NAME} ${QtAVPlayer_SOURCES})
target_link_libraries(${PROJECT_NAME} ${QtAVPlayer_LIBS})

If `QtMultimedia` should be used:
FFmpeg on custom path:

$ cmake ../ -DQT_AVPLAYER_MULTIMEDIA=ON
% cmake ../ -DQT_AVPLAYER_MULTIMEDIA=ON -DCMAKE_PREFIX_PATH=/opt/Qt/6.7.1/macos/lib/cmake -DCMAKE_LIBRARY_PATH=/opt/homebrew/Cellar/ffmpeg/7.0_1/lib

## Android:

Expand Down

0 comments on commit ef4920f

Please sign in to comment.