File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.5.1
2
+ * [ Linux] libogg_opus_player.so add link to libogg
3
+
1
4
## 0.5.0
2
5
* [ Linux] break change: remove libogg and libopus shared library, use system library instead.
3
6
* [ Linux] support aarch64
Original file line number Diff line number Diff line change 1
1
name : ogg_opus_player
2
2
description : An ogg opus file player and recorder for flutter.
3
- version : 0.5.0
3
+ version : 0.5.1
4
4
homepage : https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/ogg_opus_player
5
5
6
6
environment :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if (UNIX AND NOT APPLE)
27
27
target_link_libraries (ogg_opus_player ${CMAKE_CURRENT_SOURCE_DIR} /libs/linux_amd64/libopusenc.a )
28
28
target_link_libraries (ogg_opus_player ${CMAKE_CURRENT_SOURCE_DIR} /libs/linux_amd64/libopusfile.a )
29
29
endif ()
30
- target_link_libraries (ogg_opus_player -lSDL2 -lopus )
30
+ target_link_libraries (ogg_opus_player -lSDL2 -lopus -logg )
31
31
elseif (WIN32 )
32
32
add_library (ogg STATIC IMPORTED )
33
33
set_target_properties (ogg PROPERTIES
You can’t perform that action at this time.
0 commit comments