On Thu, Oct 13, 2011 at 11:27:00PM +0200, Janne Grunau wrote:
> 
> --- /dev/null
> +++ b/libavcodec/w32pthreads.h
> @@ -0,0 +1,208 @@
> +
> +#ifndef AVCODEC_W32PTHREAD_H
> +#define AVCODEC_W32PTHREAD_H

This is not quite the filename (missing 's').

> +static int pthread_create(pthread_t *thread, const void *unused_attr,
> +                           void *(*start_routine)(void*), void *arg)

Indentation is off.

> +/* for pre-Windows 6.0 platforms we need to define and use our own condition
> + * variable and api */
> +typedef struct
> +{

typedef struct {

> +#endif /* AVCODEC_W32PTHREAD_H */

see above

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to