Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
c45b5de0
Commit
c45b5de0
authored
18 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
Fix #endif comments.
Originally committed as revision 6709 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
39051d5d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libavcodec/bitstream.h
+1
-1
1 addition, 1 deletion
libavcodec/bitstream.h
libpostproc/postprocess.c
+1
-1
1 addition, 1 deletion
libpostproc/postprocess.c
with
2 additions
and
2 deletions
libavcodec/bitstream.h
+
1
−
1
View file @
c45b5de0
...
@@ -200,7 +200,7 @@ unaligned(16)
...
@@ -200,7 +200,7 @@ unaligned(16)
unaligned
(
32
)
unaligned
(
32
)
unaligned
(
64
)
unaligned
(
64
)
#undef unaligned
#undef unaligned
#endif /
/!ARCH_X86
#endif
/
* defined(ARCH_X86) || defined(ARCH_X86_64) */
#ifndef ALT_BITSTREAM_WRITER
#ifndef ALT_BITSTREAM_WRITER
static
inline
void
put_bits
(
PutBitContext
*
s
,
int
n
,
unsigned
int
value
)
static
inline
void
put_bits
(
PutBitContext
*
s
,
int
n
,
unsigned
int
value
)
...
...
This diff is collapsed.
Click to expand it.
libpostproc/postprocess.c
+
1
−
1
View file @
c45b5de0
...
@@ -594,7 +594,7 @@ static always_inline void do_a_deblock_C(uint8_t *src, int step, int stride, PPC
...
@@ -594,7 +594,7 @@ static always_inline void do_a_deblock_C(uint8_t *src, int step, int stride, PPC
#if (defined (HAVE_3DNOW) && !defined (HAVE_MMX2)) || defined (RUNTIME_CPUDETECT)
#if (defined (HAVE_3DNOW) && !defined (HAVE_MMX2)) || defined (RUNTIME_CPUDETECT)
#define COMPILE_3DNOW
#define COMPILE_3DNOW
#endif
#endif
#endif /
/
ARCH_X86
#endif
/
* defined(ARCH_X86) || defined(
ARCH_X86
_64) */
#undef HAVE_MMX
#undef HAVE_MMX
#undef HAVE_MMX2
#undef HAVE_MMX2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment