Skip to content

Commit

Permalink
Drop leftovers WITH_ASF and WITH_MP4
Browse files Browse the repository at this point in the history
The options WITH_ASF and WITH_MP4 where remove in commit
dd84690 back in 2011. It's time to
remove the leftovers :-)
  • Loading branch information
joerg-krause authored and ufleisch committed Mar 6, 2021
1 parent 932d452 commit b5cd4c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Expand Up @@ -127,13 +127,6 @@ endif()
include_directories(${CMAKE_CURRENT_BINARY_DIR})
configure_file(config.h.cmake "${CMAKE_CURRENT_BINARY_DIR}/config.h")

if(WITH_ASF)
set(TAGLIB_WITH_ASF TRUE)
endif()
if(WITH_MP4)
set(TAGLIB_WITH_MP4 TRUE)
endif()

option(TRACE_IN_RELEASE "Output debug messages even in release mode" OFF)
if(TRACE_IN_RELEASE)
set(TRACE_IN_RELEASE TRUE)
Expand Down
4 changes: 1 addition & 3 deletions Doxyfile.cmake
Expand Up @@ -169,9 +169,7 @@ SEARCH_INCLUDES = YES
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
PREDEFINED = DO_NOT_DOCUMENT \
DOXYGEN \
WITH_MP4 \
WITH_ASF
DOXYGEN
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------
Expand Down

0 comments on commit b5cd4c4

Please sign in to comment.