Changeset 45198f52783fe77620587fcb440b07e4a39bc843

Show
Ignore:
Timestamp:
04/19/08 04:20:38 (3 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1208571638 +0200
git-parent:

[727f7b3c8222b210e4a4791d2665b2bb43dba514]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1208571638 +0200
Message:

cmake: Detect libid3tag.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/buildsystem/cmake/include/config.cmake

    r500894f r45198f5  
    595595endif(Dvbpsi_FOUND) 
    596596 
     597vlc_check_include_files (id3tag.h zlib.h) 
     598if(HAVE_ID3TAG_H AND HAVE_ZLIB_H) 
     599  vlc_enable_modules(id3tag) 
     600  vlc_module_add_link_libraries(id3tag  "id3tag;z") 
     601endif(HAVE_ID3TAG_H AND HAVE_ZLIB_H) 
     602 
    597603set(CMAKE_REQUIRED_INCLUDES) 
    598604