mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 02:15:59 +00:00
ec258b2095
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21573 b3059339-0415-0410-9bf9-f77b7e298cf2
7 lines
90 B
C
7 lines
90 B
C
#ifndef MPBSWAP_H
|
|
#define MPBSWAP_H
|
|
|
|
#include "libavutil/bswap.h"
|
|
|
|
#endif /* MPBSWAP_H */
|