Changeset 614be05362c0ea4bfc2e9bba5f7ba9cfaac55a34
- Timestamp:
- 04/09/08 10:49:20
(5 months ago)
- Author:
- Jean-Paul Saman <jean-paul.saman@m2x.nl>
- git-committer:
- Jean-Paul Saman <jean-paul.saman@m2x.nl> 1207730960 +0200
- git-parent:
[e346b4c109b86cdc0f3ff625a664c231ca22e0fc]
- git-author:
- Jean-Paul Saman <jean-paul.saman@m2x.nl> 1206532721 +0100
- Message:
Fix compilation of blendbench
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8de0469 |
r614be05 |
|
| 25 | 25 | * Preamble |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| | 27 | |
|---|
| | 28 | #ifdef HAVE_CONFIG_H |
|---|
| | 29 | # include "config.h" |
|---|
| | 30 | #endif |
|---|
| | 31 | |
|---|
| 27 | 32 | #include <errno.h> |
|---|
| 28 | 33 | #include <stdlib.h> /* malloc(), free() */ |
|---|
| … | … | |
| 243 | 248 | |
|---|
| 244 | 249 | vlc_object_detach( p_blend ); |
|---|
| 245 | | vlc_object_destroy( p_blend ); |
|---|
| | 250 | vlc_object_release( p_blend ); |
|---|
| 246 | 251 | |
|---|
| 247 | 252 | p_sys->b_done = VLC_TRUE; |
|---|