mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 04:45:33 +00:00
7 lines
90 B
C
7 lines
90 B
C
|
#ifndef MPBSWAP_H
|
||
|
#define MPBSWAP_H
|
||
|
|
||
|
#include "libavutil/bswap.h"
|
||
|
|
||
|
#endif /* MPBSWAP_H */
|