diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2009-01-13 07:24:05 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2009-01-13 07:24:05 +0000 |
commit | 8f02dc9f58a8b302c7598f079f4d3b89cbe6e7b9 (patch) | |
tree | 7fcc69ff1fb4d581298634d2e7aab22bce7c3175 /audio/holyshout | |
parent | 37f22f98a35261873b9cac4c988adef20339a8f1 (diff) | |
download | ports-8f02dc9f58a8b302c7598f079f4d3b89cbe6e7b9.tar.gz ports-8f02dc9f58a8b302c7598f079f4d3b89cbe6e7b9.zip |
Notes
Diffstat (limited to 'audio/holyshout')
-rw-r--r-- | audio/holyshout/Makefile | 2 | ||||
-rw-r--r-- | audio/holyshout/files/patch-holyshout.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/holyshout/Makefile b/audio/holyshout/Makefile index 103a51d89692..d5ea64b7c98a 100644 --- a/audio/holyshout/Makefile +++ b/audio/holyshout/Makefile @@ -7,7 +7,7 @@ PORTNAME= holyshout PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio net MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ diff --git a/audio/holyshout/files/patch-holyshout.c b/audio/holyshout/files/patch-holyshout.c index c270da050679..61f896678125 100644 --- a/audio/holyshout/files/patch-holyshout.c +++ b/audio/holyshout/files/patch-holyshout.c @@ -208,7 +208,7 @@ - //ret = shout_send_data(&conn, mp3buffer, imp3); - lame_close_infile(&gf) ; - lame_mp3_tags(&gf) ; -+ imp3=lame_encode_finish(gf,mp3buffer,(int)sizeof(mp3buffer)); ++ imp3=lame_encode_flush(gf,mp3buffer,(int)sizeof(mp3buffer)); + lame_close(gf) ; puts("") ; |