Skip to content

Commit

Permalink
Merge pull request #300 from ffontaine/master
Browse files Browse the repository at this point in the history
Fix atrailers build
  • Loading branch information
whyman committed May 12, 2018
2 parents f009226 + 5d4c24b commit ddaea74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/string_converter.cc
Expand Up @@ -226,7 +226,7 @@ Ref<StringConverter> StringConverter::p2i()
}
#endif

#if defined (HAVE_JS) || defined(HAVE_TAGLIB) || defined(YOUTUBE) || defined(HAVE_LIBMP4V2)
#if defined (HAVE_JS) || defined(HAVE_TAGLIB) || defined(ATRAILERS)

Ref<StringConverter> StringConverter::i2i()
{
Expand Down
2 changes: 1 addition & 1 deletion src/string_converter.h
Expand Up @@ -66,7 +66,7 @@ class StringConverter : public zmm::Object
static zmm::Ref<StringConverter> p2i();

#endif
#if defined(HAVE_JS) || defined(HAVE_TAGLIB) || defined(YOUTUBE) || defined(HAVE_LIBMP4V2)
#if defined(HAVE_JS) || defined(HAVE_TAGLIB) || defined(ATRAILERS)
/// \brief safeguard - internal to internal - needed to catch some
/// scenarious where the user may have forgotten to add proper conversion
/// in the script.
Expand Down

0 comments on commit ddaea74

Please sign in to comment.