Fix build with current libmtp package.
This commit is contained in:
parent
551bba1ff8
commit
0e695bbcd8
2 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.13 2008/03/14 20:37:53 netcap Exp $
|
||||
$NetBSD: distinfo,v 1.14 2008/09/22 10:03:31 thomasklausner Exp $
|
||||
|
||||
SHA1 (audacious-plugins-1.5.0.tgz) = 7cd157b0663674e6c271cb0353fb91e068f91f7e
|
||||
RMD160 (audacious-plugins-1.5.0.tgz) = 0a44cdd99819b9769b5b260dc41d546278a64039
|
||||
Size (audacious-plugins-1.5.0.tgz) = 2961507 bytes
|
||||
SHA1 (patch-aa) = 40620dde9c06925bf5cb9a0370eeaa55ec3b1f4f
|
||||
|
|
13
audacious-plugins/patches/patch-aa
Normal file
13
audacious-plugins/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.4 2008/09/22 10:03:31 thomasklausner Exp $
|
||||
|
||||
--- src/mtp_up/mtp.c.orig 2008-03-13 22:22:36.000000000 +0000
|
||||
+++ src/mtp_up/mtp.c
|
||||
@@ -199,7 +199,7 @@ gint upload_file(Tuple *from_tuple)
|
||||
#if DEBUG
|
||||
g_print("Uploading track '%s'\n",filename);
|
||||
#endif
|
||||
- ret = LIBMTP_Send_Track_From_File(mtp_device, filename , gentrack, NULL , NULL, parent_id);
|
||||
+ ret = LIBMTP_Send_Track_From_File(mtp_device, filename , gentrack, NULL , NULL);
|
||||
LIBMTP_destroy_track_t(gentrack);
|
||||
if (ret == 0)
|
||||
g_print("Track upload finished!\n");
|
Loading…
Reference in a new issue