summaryrefslogtreecommitdiffstats
path: root/libhb/decsrtsub.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-09-11 09:56:06 -0700
committerJohn Stebbins <[email protected]>2019-09-12 10:22:07 -0700
commit1b7948495fcf4d511e62d7f9c3a0c1a3ccb59f80 (patch)
treec87c308f35d862678a4bca37637d24acb8de1c2c /libhb/decsrtsub.h
parenta7f548861f9f0be309659e93eaccd1994a3a5cfe (diff)
libhb: resolve header conflicts with pango/harfbuzz
Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory
Diffstat (limited to 'libhb/decsrtsub.h')
-rw-r--r--libhb/decsrtsub.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/libhb/decsrtsub.h b/libhb/decsrtsub.h
deleted file mode 100644
index d38357d25..000000000
--- a/libhb/decsrtsub.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* decsrtsub.h
- *
- * Copyright (c) 2003-2019 HandBrake Team
- * This file is part of the HandBrake source code
- * Homepage: <http://handbrake.fr/>.
- * It may be used under the terms of the GNU General Public License v2.
- * For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
- */
-
-#ifndef __DECSRTSUB_H__
-#define __DECSRTSUB_H__
-
-void hb_srt_to_ssa(hb_buffer_t *sub_in, int line);
-
-#endif // __DECSRTSUB_H__
-