Clément Bœsch 98dc25672f lavc/pthread: do not re-define _GNU_SOURCE if already defined.
This fixes the following warning with GCC:
    libavcodec/pthread.c:35:0: warning: _GNU_SOURCE redefined [enabled by default]
    <command-line>::0: note: this is the location of the previous definition

The reason of the presence of this flag is:
    % pkg-config --cflags sdl
    -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL
2012-12-24 00:54:06 +01:00
2012-12-24 00:53:55 +01:00
2012-12-23 19:03:36 +01:00
2012-12-23 21:22:43 +00:00
2012-12-23 04:55:14 +01:00
2012-05-04 18:40:36 +02:00
2012-12-23 19:03:36 +01:00
2012-12-23 21:22:43 +00:00
2012-12-23 19:03:36 +01:00
2012-12-15 11:46:47 +01:00
2012-12-09 23:39:06 +01:00
2011-04-08 02:50:13 +02:00
2012-12-23 19:03:36 +01:00
2012-12-23 21:22:43 +00:00
2012-04-06 10:23:26 +02:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

2) Licensing
------------

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.
Description
No description provided
Readme 173 MiB
Languages
C 92.1%
Assembly 6%
Makefile 1.2%
C++ 0.3%
Objective-C 0.2%
Other 0.1%