Skip to content

Commit

Permalink
fix: remove invalid url
Browse files Browse the repository at this point in the history
remove invalid  url

Log: remove invalid  url
  • Loading branch information
wyu71 committed Dec 20, 2024
1 parent 12cb7a6 commit 7e2fac9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ depends:

source:
kind: local
url: "http://gerrit.uniontech.com/deepin-music"
url: "https://github.com/linuxdeepin/deepin-music"
version: develop/snipe
commit: b174391f283887fac3854194eec01ed71b31f0de
patch: patches/fix-library-path.patch
Expand Down
1 change: 0 additions & 1 deletion src/libdmusic/player/vlc/sdlplayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ extern "C" {
#define AUDIO_MAX_CALLBACKS_PER_SEC 30
#endif

//消息定义见patch https://gerrit.uniontech.com/c/base/libsdl2/+/23685
#define SDL_AUDIO_ERR_MSG "Error writing to datastream"
int g_playbackStatus = 0;
static QMutex vlc_mutex;
Expand Down

0 comments on commit 7e2fac9

Please sign in to comment.