OLD | NEW |
1 /* | 1 /* |
2 * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> | 2 * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> |
3 * | 3 * |
4 * This file is part of FFmpeg. | 4 * This file is part of FFmpeg. |
5 * | 5 * |
6 * FFmpeg is free software; you can redistribute it and/or | 6 * FFmpeg is free software; you can redistribute it and/or |
7 * modify it under the terms of the GNU Lesser General Public | 7 * modify it under the terms of the GNU Lesser General Public |
8 * License as published by the Free Software Foundation; either | 8 * License as published by the Free Software Foundation; either |
9 * version 2.1 of the License, or (at your option) any later version. | 9 * version 2.1 of the License, or (at your option) any later version. |
10 * | 10 * |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 } | 277 } |
278 | 278 |
279 #include "mem.h" | 279 #include "mem.h" |
280 | 280 |
281 #ifdef HAVE_AV_CONFIG_H | 281 #ifdef HAVE_AV_CONFIG_H |
282 # include "config.h" | 282 # include "config.h" |
283 # include "internal.h" | 283 # include "internal.h" |
284 #endif /* HAVE_AV_CONFIG_H */ | 284 #endif /* HAVE_AV_CONFIG_H */ |
285 | 285 |
286 #endif /* AVUTIL_COMMON_H */ | 286 #endif /* AVUTIL_COMMON_H */ |
OLD | NEW |