Skip to content

Commit

Permalink
Fix error introduced in 940dd94
Browse files Browse the repository at this point in the history
We re-applied an earlier backport on code that had been modified since and properly fixed (ffmpeg commit 6e4a35c)
  • Loading branch information
jyavenard committed May 23, 2012
1 parent d5b0b09 commit 30b7da7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mythtv/external/FFmpeg/libavcodec/ppc/asm.S
Expand Up @@ -70,11 +70,7 @@ X(\name):

.macro movrel rd, sym, gp
#if CONFIG_PIC
bcl 20, 31, lab_pic_\@
lab_pic_\@:
mflr \rd
addis \rd, \rd, (\sym - lab_pic_\@)@ha
addi \rd, \rd, (\sym - lab_pic_\@)@l
lwz \rd, \sym@got(\gp)
#else
lis \rd, \sym@ha
la \rd, \sym@l(\rd)
Expand Down

0 comments on commit 30b7da7

Please sign in to comment.