# HG changeset patch # User diego # Date 1237508593 0 # Node ID 488f5e48fdda0f8aaff5ae27ab3d7a7436928338 # Parent 8e9c6361e90931b7814882500d38e9094d465e60 Make softfloat test program compile again: Setting the av_log_level variable needs to be replaced by a call to av_log_set_level(). diff -r 8e9c6361e909 -r 488f5e48fdda softfloat.c --- a/softfloat.c Fri Mar 20 00:18:46 2009 +0000 +++ b/softfloat.c Fri Mar 20 00:23:13 2009 +0000 @@ -32,7 +32,7 @@ SoftFloat sf1, sf2; double d1, d2; int i, j; -av_log_level = AV_LOG_DEBUG; + av_log_set_level(AV_LOG_DEBUG); d1= 1; for(i= 0; i<10; i++){