Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: patches/14_libusb1_header.patch

Issue 11227014: Change libmtp to include libusb from the right location. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libmtp/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/libusb-glue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/14_libusb1_header.patch
===================================================================
--- patches/14_libusb1_header.patch (revision 0)
+++ patches/14_libusb1_header.patch (revision 0)
@@ -0,0 +1,13 @@
+Index: src/libusb-glue.h
+===================================================================
+--- src/libusb-glue.h (revision 163078)
++++ src/libusb-glue.h (working copy)
+@@ -32,7 +32,7 @@
+
+ #include "ptp.h"
+ #ifdef HAVE_LIBUSB1
+-#include <libusb-1.0/libusb.h>
++#include "libusb.h"
+ #endif
+ #ifdef HAVE_LIBUSB0
+ #include <usb.h>
« no previous file with comments | « no previous file | src/libusb-glue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698