mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 13:21:08 +00:00
Make softfloat test program compile again: Setting the av_log_level variable
needs to be replaced by a call to av_log_set_level(). Originally committed as revision 18056 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b56e34c5e9
commit
7349392535
@ -32,7 +32,7 @@ int main(void){
|
|||||||
SoftFloat sf1, sf2;
|
SoftFloat sf1, sf2;
|
||||||
double d1, d2;
|
double d1, d2;
|
||||||
int i, j;
|
int i, j;
|
||||||
av_log_level = AV_LOG_DEBUG;
|
av_log_set_level(AV_LOG_DEBUG);
|
||||||
|
|
||||||
d1= 1;
|
d1= 1;
|
||||||
for(i= 0; i<10; i++){
|
for(i= 0; i<10; i++){
|
||||||
|
Loading…
Reference in New Issue
Block a user