mirror of https://github.com/mpv-player/mpv
7 lines
90 B
C
7 lines
90 B
C
|
#ifndef MPBSWAP_H
|
||
|
#define MPBSWAP_H
|
||
|
|
||
|
#include "libavutil/bswap.h"
|
||
|
|
||
|
#endif /* MPBSWAP_H */
|