You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
ffprobe: make function replacement macros behave correctly
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -57,11 +57,11 @@
|
||||
# ifdef pthread_mutex_lock
|
||||
# undef pthread_mutex_lock
|
||||
# endif
|
||||
# define pthread_mutex_lock(a)
|
||||
# define pthread_mutex_lock(a) do{}while(0)
|
||||
# ifdef pthread_mutex_unlock
|
||||
# undef pthread_mutex_unlock
|
||||
# endif
|
||||
# define pthread_mutex_unlock(a)
|
||||
# define pthread_mutex_unlock(a) do{}while(0)
|
||||
#endif
|
||||
|
||||
typedef struct InputStream {
|
||||
|
Reference in New Issue
Block a user