public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libmediainfo/files: libmediainfo-0.7.41-curl.patch
@ 2011-01-30 22:52 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2011-01-30 22:52 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/01/30 22:52:22

  Added:                libmediainfo-0.7.41-curl.patch
  Log:
  Version bump and remove old. Bump to EAPI 3 and fix configure flag usage.
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-libs/libmediainfo/files/libmediainfo-0.7.41-curl.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmediainfo/files/libmediainfo-0.7.41-curl.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmediainfo/files/libmediainfo-0.7.41-curl.patch?rev=1.1&content-type=text/plain

Index: libmediainfo-0.7.41-curl.patch
===================================================================
--- MediaInfoLib/Source/MediaInfo/Reader/Reader_libcurl.cpp.orig
+++ MediaInfoLib/Source/MediaInfo/Reader/Reader_libcurl.cpp
@@ -35,7 +35,7 @@
 //---------------------------------------------------------------------------
 
 //---------------------------------------------------------------------------
-#define LIBCURL_DLL_RUNTIME
+//#define LIBCURL_DLL_RUNTIME
 #include "MediaInfo/Reader/Reader_libcurl.h"
 #include "MediaInfo/File__Analyze.h"
 #if defined LIBCURL_DLL_RUNTIME
@@ -182,8 +182,10 @@
 //---------------------------------------------------------------------------
 size_t Reader_libcurl::Format_Test(MediaInfo_Internal* MI, const String &File_Name)
 {
-    if (libcurl_Module_Count==0)
-        return 0; //No libcurl library
+    #if defined LIBCURL_DLL_RUNTIME
+		if (libcurl_Module_Count==0)
+			return 0; //No libcurl library
+	#endif
         
     //Configuring
     curl_data Curl_Data;






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libmediainfo/files: libmediainfo-0.7.41-curl.patch
@ 2011-07-21 23:14 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2011-07-21 23:14 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/07/21 23:14:57

  Removed:              libmediainfo-0.7.41-curl.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.0_alpha45/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-21 23:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-21 23:14 [gentoo-commits] gentoo-x86 commit in media-libs/libmediainfo/files: libmediainfo-0.7.41-curl.patch Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-30 22:52 Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox