Built SDL2_image and _mixer static
This commit is contained in:
12
libsdl2_image/external/tiff-4.0.9/port/dummy.c
vendored
Normal file
12
libsdl2_image/external/tiff-4.0.9/port/dummy.c
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
/* $Id: dummy.c,v 1.3 2007/03/21 14:54:16 dron Exp $ */
|
||||
|
||||
/*
|
||||
* Dummy function, just to be ensure that the library always will be created.
|
||||
*/
|
||||
|
||||
void
|
||||
libport_dummy_function()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user