Skip to content

Commit

Permalink
libmythtv: Add proper ifdefs to DetectLetterbox
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Oct 9, 2020
1 parent 9ecc512 commit ef19020
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mythtv/libs/libmythtv/DetectLetterbox.h
@@ -1,3 +1,6 @@
#ifndef MYTHDETECTLETTERBOX_H
#define MYTHDETECTLETTERBOX_H

// MythTV
#include "mythplayer.h"

Expand Down Expand Up @@ -26,4 +29,4 @@ class MTV_PUBLIC DetectLetterbox
QMutex m_detectLetterboxLock;
};

/* vim: set expandtab tabstop=4 shiftwidth=4: */
#endif

0 comments on commit ef19020

Please sign in to comment.