Changeset b1f21a53b67715f047be2b675175000436a0c584
- Timestamp:
- 01/05/08 17:24:14
(5 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1209655454 +0300
- git-parent:
[594783c9c6add546352dbf861d762bd0077a0972]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1209655454 +0300
- Message:
Remove the temporary hack
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r594783c |
rb1f21a5 |
|
| 29 | 29 | * This file is a collection of common definitions and types |
|---|
| 30 | 30 | */ |
|---|
| 31 | | |
|---|
| 32 | | #ifndef PACKAGE |
|---|
| 33 | | /* Temporary regression test */ |
|---|
| 34 | | #error You probably forgot to include config.h!! |
|---|
| 35 | | #endif |
|---|
| 36 | 31 | |
|---|
| 37 | 32 | /***************************************************************************** |
|---|