remove some compile warnings

This commit is contained in:
niels
2015-06-11 22:53:35 +02:00
parent e68972abab
commit 2776e8da15
11 changed files with 34 additions and 63 deletions

View File

@@ -19,8 +19,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
char *get_str_vevo( void *port, const char *key ) __attribute__ ((deprecated ));
char *alloc_str_vevo( void *port, const char *key ) __attribute__ ((deprecated));
char *get_str_vevo( void *port, const char *key );
double *get_dbl_arr_vevo( void *port, const char *key );
void clone_prop_vevo( void *port, void *to_port, const char *key, const char *as_key );
void util_convertrgba32( uint8_t **data, int w, int h,int in_pix_fmt,int shiftv, void *out_buffer );