Changeset 52eedd54a77536688b064ca0ab26a496b3ce9f08
- Timestamp:
- 12/02/06 18:38:36
(3 years ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1139765916 +0000
- git-parent:
[d0802e7d82be036108a7b91a01a091df0092b61d]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1139765916 +0000
- Message:
configure.ac: don't fail if postproc is with avcodec
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r702ca6c |
r52eedd5 |
|
| 2562 | 2562 | PKG_CHECK_MODULES(POSPROC, libpostproc,[ |
|---|
| 2563 | 2563 | VLC_ADD_LDFLAGS([ffmpeg],[${POSTPROC_LIBS}]) |
|---|
| 2564 | | ]) |
|---|
| | 2564 | ],[ true ]) |
|---|
| 2565 | 2565 | ],[ |
|---|
| 2566 | 2566 | |
|---|