Include shell scripts in dist target
[gstfs.git] / xcode.h
blob6484ae3594a87d98fdd99345e8f2bcd43edffd22
1 #ifndef _XCODE_H
2 #define _XCODE_H
4 extern int transcode(char *pipeline, char *filename,
5 int (*add_data_cb)(char *, size_t, void *), void *user_data);
7 #endif /* _XCODE_H */