Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
x264
Manage
Activity
Members
Labels
Plan
Issues
27
Issue boards
Milestones
Wiki
Code
Merge requests
20
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
VideoLAN
x264
Merge requests
!71
Use portable shebang in configure script
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Use portable shebang in configure script
arrowd/x264:arrowd-master-patch-81281
into
master
Overview
2
Commits
1
Pipelines
1
Changes
1
1 unresolved thread
Hide all comments
Open
Gleb Popov
requested to merge
arrowd/x264:arrowd-master-patch-81281
into
master
3 years ago
Overview
2
Commits
1
Pipelines
1
Changes
1
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
master
master (HEAD)
and
latest version
latest version
be9581c2
1 commit,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
configure
+
1
−
1
Options
#!/
bin/
bash
#!/
usr/bin/env
bash
if
test
x
"
$1
"
=
x
"-h"
-o
x
"
$1
"
=
x
"--help"
;
then
cat
<<
EOF
Loading