mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
ffprobe: make function replacement macros behave correctly
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
c0443c1af1
commit
80a3227be6
@ -57,11 +57,11 @@
|
|||||||
# ifdef pthread_mutex_lock
|
# ifdef pthread_mutex_lock
|
||||||
# undef pthread_mutex_lock
|
# undef pthread_mutex_lock
|
||||||
# endif
|
# endif
|
||||||
# define pthread_mutex_lock(a)
|
# define pthread_mutex_lock(a) do{}while(0)
|
||||||
# ifdef pthread_mutex_unlock
|
# ifdef pthread_mutex_unlock
|
||||||
# undef pthread_mutex_unlock
|
# undef pthread_mutex_unlock
|
||||||
# endif
|
# endif
|
||||||
# define pthread_mutex_unlock(a)
|
# define pthread_mutex_unlock(a) do{}while(0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct InputStream {
|
typedef struct InputStream {
|
||||||
|
Loading…
Reference in New Issue
Block a user