Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libav: fix build without libav
  • Loading branch information
perexg committed Jun 2, 2015
1 parent bd4ac17 commit 0f0fcd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libav.h
Expand Up @@ -61,8 +61,8 @@ void libav_init(void);

#else

static inline void libav_set_loglevel(void);
static inline void libav_init(void);
static inline void libav_set_loglevel(void) { };
static inline void libav_init(void) { };

#endif

Expand Down

0 comments on commit 0f0fcd3

Please sign in to comment.