Skip to content

Commit

Permalink
Only disable greedy deinterlacer on mac!
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard committed Jun 3, 2012
1 parent ecd76ef commit 2315e31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mythtv/filters/filters.pro
Expand Up @@ -5,13 +5,13 @@ TEMPLATE = subdirs

# Directories
SUBDIRS += invert linearblend denoise3d quickdnr kerneldeint crop force
SUBDIRS += adjust onefield bobdeint ivtc yadif fieldorder
SUBDIRS += adjust onefield bobdeint ivtc greedyhdeint yadif fieldorder

contains(CONFIG_POSTPROC, yes): SUBDIRS += postprocess

# greeydy doesn't compile on 32 bits
contains( QMAKE_CXXFLAGS, "x86_64" ) {
SUBDIRS += greedyhdeint
# greeydy doesn't compile on mac 32 bits
macx:!contains( QMAKE_CXXFLAGS, "x86_64" ) {
SUBDIRS -= greedyhdeint
}

# This filter is currently broken.
Expand Down

0 comments on commit 2315e31

Please sign in to comment.