Browse Source

access: sdi: include config.h before include VLC headers

pull/126/head
Steve Lhomme 5 years ago
parent
commit
8a6ea97c80
  1. 4
      modules/access/sdi.c

4
modules/access/sdi.c

@ -20,6 +20,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "sdi.h"
static inline uint32_t av_le2ne32(uint32_t val)

Loading…
Cancel
Save