Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > bff36d4564d774413d398cf2335957be > files > 3

libvalhalla-2.0.0-10.mga5.src.rpm


# HG changeset patch
# User Mathieu Schroeter <mathieu@schroetersa.ch>
# Date 1332954143 -7200
# Node ID 1f3669193d09dbdafd7bd6fdd3129f2730b0f641
# Parent  817b714e074abce70fbd08ab341f45eeaa0e9cfc
check against dict.h for libavutil

diff -r 817b714e074a -r 1f3669193d09 configure
--- a/configure	Wed Mar 28 18:43:26 2012 +0200
+++ b/configure	Wed Mar 28 19:02:23 2012 +0200
@@ -1209,7 +1209,7 @@
   fi
 
   echologn "Checking for libavutil ... "
-  check_lib_pkgcfg libavutil libavutil/md5.h av_md5_sum -lavutil
+  check_lib_pkgcfg libavutil libavutil/dict.h av_dict_get -lavutil
   if [ "$?" = 0 ]; then
     echolog "(yes)"
   else