Changeset 9cae88b98c18f2930b95e90028944065bb3a6f27
- Timestamp:
- 09/23/04 14:09:53
(4 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1095941393 +0000
- git-parent:
[76b59c630cb16b2bf6ff18861c7db8a5c13a2d75]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1095941393 +0000
- Message:
* configure.ac: fixed typo.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r76b59c6 |
r9cae88b |
|
| 2527 | 2527 | VLC_ADD_LDFLAGS([svcdsub],[-lpng -lz]) |
|---|
| 2528 | 2528 | VLC_ADD_LDFLAGS([cvdsub],[-lpng -lz -lm]) |
|---|
| 2529 | | AC_DEFINE(HAVE_LIBPNG, [], [Define if you have the PNG library: libpng])] |
|---|
| | 2529 | AC_DEFINE(HAVE_LIBPNG, [], [Define if you have the PNG library: libpng])], |
|---|
| 2530 | 2530 | [],[-lz]) |
|---|
| 2531 | 2531 | ]) |
|---|