mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01: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 */
|