[x265] [PATCH 2 of 2] Fix for broken build on msys

shazeb at multicorewareinc.com shazeb at multicorewareinc.com
Wed Sep 4 13:25:47 CEST 2013


# HG changeset patch
# User Shazeb Nawaz Khan <shazeb at multicorewareinc.com>
# Date 1378293604 -19800
#      Wed Sep 04 16:50:04 2013 +0530
# Node ID 74148bf29d68f82aaf82b4dd473f43a989952480
# Parent  e83d23bf0756141e663ca14c3c298d34f2f70780
Fix for broken build on msys

diff -r e83d23bf0756 -r 74148bf29d68 source/encoder/dpb.cpp
--- a/source/encoder/dpb.cpp	Wed Sep 04 16:35:21 2013 +0530
+++ b/source/encoder/dpb.cpp	Wed Sep 04 16:50:04 2013 +0530
@@ -114,7 +114,7 @@
     {
         computeRPS(pocCurr, slice->isIRAP(), slice->getLocalRPS(), slice->getSPS()->getMaxDecPicBuffering(0), pic->m_predRefPOC, pic->m_predRefCount);
     }
-#else if
+#else
         computeRPS(pocCurr, slice->isIRAP(), slice->getLocalRPS(), slice->getSPS()->getMaxDecPicBuffering(0));
 #endif
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265-2.patch
Type: text/x-patch
Size: 776 bytes
Desc: not available
URL: <https://mailman.videolan.org/private/x265-devel/attachments/20130904/d8ca8945/attachment.bin>


More information about the x265-devel mailing list