Preprocessor #defines starting with __ are reserved for the system.
Originally committed as revision 9251 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3d4e3e560f
commit
34933442ac
@ -437,7 +437,7 @@ tests: apiexample $(TESTS)
|
|||||||
apiexample: apiexample.o $(LIB)
|
apiexample: apiexample.o $(LIB)
|
||||||
|
|
||||||
cpuid_test: i386/cputest.c
|
cpuid_test: i386/cputest.c
|
||||||
$(CC) $(CFLAGS) -D__TEST__ -o $@ $<
|
$(CC) $(CFLAGS) -DTEST -o $@ $<
|
||||||
|
|
||||||
imgresample-test: imgresample.c $(LIB)
|
imgresample-test: imgresample.c $(LIB)
|
||||||
$(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS)
|
$(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS)
|
||||||
|
@ -119,7 +119,7 @@ int mm_support(void)
|
|||||||
return rval;
|
return rval;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __TEST__
|
#ifdef TEST
|
||||||
int main ( void )
|
int main ( void )
|
||||||
{
|
{
|
||||||
int mm_flags;
|
int mm_flags;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user