Simplify preprocessor directives.
Originally committed as revision 10181 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -28,12 +28,11 @@
|
|||||||
|
|
||||||
#ifdef CONFIG_DARWIN
|
#ifdef CONFIG_DARWIN
|
||||||
#include <sys/sysctl.h>
|
#include <sys/sysctl.h>
|
||||||
#else /* CONFIG_DARWIN */
|
#elif __AMIGAOS4__
|
||||||
#ifdef __AMIGAOS4__
|
|
||||||
#include <exec/exec.h>
|
#include <exec/exec.h>
|
||||||
#include <interfaces/exec.h>
|
#include <interfaces/exec.h>
|
||||||
#include <proto/exec.h>
|
#include <proto/exec.h>
|
||||||
#else /* __AMIGAOS4__ */
|
#else
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
|
|
||||||
@@ -51,7 +50,6 @@ static void sigill_handler (int sig)
|
|||||||
siglongjmp (jmpbuf, 1);
|
siglongjmp (jmpbuf, 1);
|
||||||
}
|
}
|
||||||
#endif /* CONFIG_DARWIN */
|
#endif /* CONFIG_DARWIN */
|
||||||
#endif /* __AMIGAOS4__ */
|
|
||||||
|
|
||||||
int sad16_x2_altivec(void *v, uint8_t *pix1, uint8_t *pix2, int line_size, int h)
|
int sad16_x2_altivec(void *v, uint8_t *pix1, uint8_t *pix2, int line_size, int h)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user