mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
Use standard multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28272 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1a42f9781f
commit
92805de182
@ -21,8 +21,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef AF_FORMAT_ALAW_C
|
||||
#define AF_FORMAT_ALAW_C
|
||||
#ifndef MPLAYER_AF_FORMAT_ALAW_C
|
||||
#define MPLAYER_AF_FORMAT_ALAW_C
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
@ -321,4 +321,4 @@ static int to_alaw(void* in, void* out, int len, int bps, int format)
|
||||
}
|
||||
return AF_OK;
|
||||
}
|
||||
#endif /* AF_FORMAT_ALAW_C */
|
||||
#endif /* MPLAYER_AF_FORMAT_ALAW_C */
|
||||
|
@ -21,8 +21,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef AF_FORMAT_ULAW_C
|
||||
#define AF_FORMAT_ULAW_C
|
||||
#ifndef MPLAYER_AF_FORMAT_ULAW_C
|
||||
#define MPLAYER_AF_FORMAT_ULAW_C
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
@ -834,4 +834,4 @@ static int to_ulaw(void* in, void* out, int len, int bps, int format)
|
||||
return AF_OK;
|
||||
}
|
||||
|
||||
#endif /* AF_FORMAT_ULAW_C */
|
||||
#endif /* MPLAYER_AF_FORMAT_ULAW_C */
|
||||
|
Loading…
Reference in New Issue
Block a user